diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-09-03 21:45:05 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-09-15 10:40:31 +0530 |
commit | 93b56bdf55a2391224d6439512e2b863d5fb9de9 (patch) | |
tree | bd599d904d632b44058f63f149066ccc2fa70be2 /ci | |
parent | 199dfa9309610253ffeebea59a03e2792c2ea72e (diff) |
Enable Rust plugins on Linux, macOS, MSVC
Also update the bootstrap step for the Fedora image to download Rust
toolchain files for cross-mingw and cross-android, purely for testing
purposes.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/915>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/docker_setup.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ci/docker_setup.sh b/ci/docker_setup.sh index 3d0d3449..85c391a9 100755 --- a/ci/docker_setup.sh +++ b/ci/docker_setup.sh @@ -17,11 +17,11 @@ echo "home_dir=\"/cerbero-build\"" >> localconf.cbc ./cerbero-uninstalled -t -c localconf.cbc fetch-bootstrap --jobs=4 ./cerbero-uninstalled -t -c localconf.cbc fetch-package --jobs=4 gstreamer-1.0 ./cerbero-uninstalled -t -c localconf.cbc bootstrap -y --build-tools=no --toolchains=no -./cerbero-uninstalled -t -c localconf.cbc -c config/cross-win32.cbc fetch-bootstrap --jobs=4 -./cerbero-uninstalled -t -c localconf.cbc -c config/cross-win32.cbc fetch-package --jobs=4 gstreamer-1.0 -./cerbero-uninstalled -t -c localconf.cbc -c config/cross-win64.cbc fetch-bootstrap --jobs=4 -./cerbero-uninstalled -t -c localconf.cbc -c config/cross-win64.cbc fetch-package --jobs=4 gstreamer-1.0 -./cerbero-uninstalled -t -c localconf.cbc -c config/cross-android-universal.cbc fetch-bootstrap --jobs=4 -./cerbero-uninstalled -t -c localconf.cbc -c config/cross-android-universal.cbc fetch-package --jobs=4 gstreamer-1.0 +./cerbero-uninstalled -t -v rust -c localconf.cbc -c config/cross-win32.cbc fetch-bootstrap --jobs=4 +./cerbero-uninstalled -t -v rust -c localconf.cbc -c config/cross-win32.cbc fetch-package --jobs=4 gstreamer-1.0 +./cerbero-uninstalled -t -v rust -c localconf.cbc -c config/cross-win64.cbc fetch-bootstrap --jobs=4 +./cerbero-uninstalled -t -v rust -c localconf.cbc -c config/cross-win64.cbc fetch-package --jobs=4 gstreamer-1.0 +./cerbero-uninstalled -t -v rust -c localconf.cbc -c config/cross-android-universal.cbc fetch-bootstrap --jobs=4 +./cerbero-uninstalled -t -v rust -c localconf.cbc -c config/cross-android-universal.cbc fetch-package --jobs=4 gstreamer-1.0 rm -rf /cerbero-build/{dist,logs,sources} rm -f /cerbero-build/{linux,windows,android}*.cache |