mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-21 13:34:34 +03:00
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:
parent
3647395fe5
commit
8a9f067d61
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user