workflow: less binpkgs

This commit is contained in:
Rick Farina (Zero_Chaos) 2026-02-03 21:36:47 -05:00
parent ebababa5e1
commit 488a33ea59
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -19,4 +19,4 @@ WORKDIR /home
RUN sed -i 's# pentoo-minimal##' /etc/portage/make.conf
#test install pentoo/pentoo
RUN time FEATURES="-getbinpkg -ipc-sandbox -network-sandbox -pid-sandbox" emerge --getbinpkg=y --buildpkg=n --jobs=$(nproc) --load-average=$(nproc) --deep --update --newuse pentoo/pentoo --verbose --pretend
RUN time FEATURES="-getbinpkg -ipc-sandbox -network-sandbox -pid-sandbox" emerge --getbinpkg=n --buildpkg=n --jobs=$(nproc) --load-average=$(nproc) --deep --update --newuse pentoo/pentoo --verbose --pretend