From a7535d9378fe77ba702b803bc7895c7928af3c44 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Sat, 23 Aug 2025 14:44:38 -0400 Subject: [PATCH] verify if regen is faster --- scripts/qa/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qa/Dockerfile b/scripts/qa/Dockerfile index b7b27ddf8..4e0923b78 100644 --- a/scripts/qa/Dockerfile +++ b/scripts/qa/Dockerfile @@ -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 # Use the github checkout for pentoo, that's what we are testing COPY . pentoo -RUN emerge --regen --jobs=$(nproc) --quiet +RUN FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox" 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