summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-03-10 04:22:09 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-03-10 04:22:39 +0530
commit5d2e3f3395e1ae5ce9dac1b9c0fc94ad047550a5 (patch)
treee8eb8f7966cd8ad5e0b4c2bf6369cfdfc7427c91 /ci
parentd5b2d6e3c925f8f8e9b264b048125b4b58e3420b (diff)
ci: Also set bootstrap for MSYS shell in non-deps builds
This was missed in 96dc5ea4b817f05e7ead8e21454823fd90ac1e7a and breaks all pipelines triggered by gstreamer merge requests, such as: https://gitlab.freedesktop.org/nirbheek/gstreamer/-/pipelines/527877 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/826>
Diffstat (limited to 'ci')
-rwxr-xr-xci/cerbero_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cerbero_setup.sh b/ci/cerbero_setup.sh
index 580a4823..ed07377a 100755
--- a/ci/cerbero_setup.sh
+++ b/ci/cerbero_setup.sh
@@ -126,7 +126,7 @@ cerbero_script() {
time rsync -aH "${CERBERO_HOME}/dist/${ARCH}/" "${CERBERO_OVERRIDDEN_DIST_DIR}"
fi
- $CERBERO $CERBERO_ARGS bootstrap --offline --system=no
+ $CERBERO $CERBERO_ARGS bootstrap --offline --system=$CERBERO_BOOTSTRAP_SYSTEM
fix_build_tools
cerbero_package_and_check