verify if regen is faster

This commit is contained in:
Rick Farina (Zero_Chaos) 2025-08-23 14:44:38 -04:00
parent fe9e1c7654
commit a7535d9378
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -6,7 +6,7 @@ RUN git clone https://github.com/gentoo/gentoo.git --depth 1
#RUN git clone https://github.com/pentoo/pentoo-overlay.git pentoo --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 # Use the github checkout for pentoo, that's what we are testing
COPY . pentoo COPY . pentoo
RUN emerge --regen --jobs=$(nproc) --quiet RUN FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox" emerge --regen --jobs=$(nproc) --quiet
WORKDIR /home WORKDIR /home
#RUN sed -i 's#pentoo-in-a-container#pentoo-in-a-container -pentoo-full#' /etc/portage/make.conf #RUN sed -i 's#pentoo-in-a-container#pentoo-in-a-container -pentoo-full#' /etc/portage/make.conf
#disable minimal #disable minimal