From 488a33ea59ea74de015d68c61be8a1e1340eb0d3 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 3 Feb 2026 21:36:47 -0500 Subject: [PATCH] workflow: less binpkgs --- scripts/qa/Dockerfile.visibility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qa/Dockerfile.visibility b/scripts/qa/Dockerfile.visibility index 7833c4443..29766e08f 100644 --- a/scripts/qa/Dockerfile.visibility +++ b/scripts/qa/Dockerfile.visibility @@ -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