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.
This commit is contained in:
Colin Walters 2023-12-03 15:24:52 -05:00
parent 3647395fe5
commit 8a9f067d61

View File

@ -18,7 +18,7 @@ stage("Build") {
git fetch origin --tags git fetch origin --tags
git submodule update --init git submodule update --init
env MAKE_JOBS=${n} SKIP_INSTALLDEPS=1 ./ci/build.sh env MAKE_JOBS=${n} ./ci/build.sh
""") """)
} }
stage("Unit tests") { stage("Unit tests") {