Skip to content

Commit

Permalink
ci: Drop SKIP_INSTALLDEPS=1
Browse files Browse the repository at this point in the history
Right now there's skew where we don't have composefs-devel
in the buildroot.  In general this optimization isn't worth it.
  • Loading branch information
cgwalters committed Feb 15, 2024
1 parent 0a28bcb commit 9a8ddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 9a8ddce

Please sign in to comment.