From 9a8ddceeef2933b07609204443c96be0699682da Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 3 Dec 2023 15:24:52 -0500 Subject: [PATCH] ci: Drop `SKIP_INSTALLDEPS=1` Right now there's skew where we don't have composefs-devel in the buildroot. In general this optimization isn't worth it. --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 1f41be1a19..d586edde6c 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -18,7 +18,7 @@ stage("Build") { git fetch origin --tags git submodule update --init - env MAKE_JOBS=${n} SKIP_INSTALLDEPS=1 ./ci/build.sh + env MAKE_JOBS=${n} ./ci/build.sh """) } stage("Unit tests") {