mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 17:20:59 +02:00
visibility: fix timer
This commit is contained in:
parent
b46f6700ea
commit
2ea0f7ca13
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ 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
|
||||
RUN FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox" time emerge --getbinpkg=y --buildpkg=n --jobs=$(nproc) --load-average=$(nproc) --deep --update --newuse pentoo/pentoo --verbose --pretend
|
||||
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