From: Colin Walters Date: Sun, 3 Dec 2023 20:24:52 +0000 (-0500) Subject: ci: Drop `SKIP_INSTALLDEPS=1` X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~2^2~11^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a9f067d616b4634b8373a169fc0154ebbdfbca5;p=ostree.git 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. --- diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 1f41be1a..d586edde 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") {