mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
workflow: does regen speed up or slow down?
This commit is contained in:
parent
be0d545e3c
commit
fe9e1c7654
1 changed files with 2 additions and 4 deletions
|
|
@ -6,12 +6,10 @@ RUN git clone https://github.com/gentoo/gentoo.git --depth 1
|
|||
#RUN git clone https://github.com/pentoo/pentoo-overlay.git pentoo --depth 1
|
||||
# Use the github checkout for pentoo, that's what we are testing
|
||||
COPY . pentoo
|
||||
#RUN emerge --regen --jobs=$(nproc) --quiet
|
||||
RUN emerge --regen --jobs=$(nproc) --quiet
|
||||
WORKDIR /home
|
||||
#RUN sed -i 's#pentoo-in-a-container#pentoo-in-a-container -pentoo-full#' /etc/portage/make.conf
|
||||
#disable minimal
|
||||
RUN sed -i 's# pentoo-minimal##' /etc/portage/make.conf
|
||||
#install libsndfile minimal to break circular deps
|
||||
#RUN USE=minimal FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox" emerge --getbinpkg=y --buildpkg=n --jobs=$(nproc) --load-average=$(nproc) --deep --update --newuse media-libs/libsndfile
|
||||
#install pentoo/pentoo
|
||||
#test install pentoo/pentoo
|
||||
RUN time FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox" emerge --getbinpkg=y --buildpkg=n --jobs=$(nproc) --load-average=$(nproc) --deep --update --newuse pentoo/pentoo --verbose --pretend
|
||||
|
|
|
|||
Loading…
Reference in a new issue