mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-10 16:58:43 +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 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") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user