ci: Bootstrap with visualstudio variant enabled
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 17 Sep 2022 21:01:01 +0000 (02:31 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 17 Sep 2022 22:41:40 +0000 (22:41 +0000)
visualstudio variant now pulls in more build-tools deps on top of
mingw since it enables the rust variant by default. It's also the
variant that's tested on Cerbero CI.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2507>

ci/docker/windows/prepare_cerbero_env.sh

index a5f8617..21d55b8 100644 (file)
@@ -12,7 +12,7 @@ echo 'vs_install_path = "C:/BuildTools"' >> localconf.cbc
 echo 'vs_install_version = "vs16"' >> localconf.cbc
 
 # Fetch all bootstrap requirements
-./cerbero-uninstalled -t -c localconf.cbc -c config/win64.cbc fetch-bootstrap --jobs=4
+./cerbero-uninstalled -t  -v visualstudio -c localconf.cbc -c config/win64.cbc fetch-bootstrap --jobs=4
 # Fetch all package requirements for a mingw gstreamer build
 ./cerbero-uninstalled -t -c localconf.cbc -c config/win64.cbc fetch-package --jobs=4 gstreamer-1.0
 # Fetch all package requirements for a visualstudio gstreamer build