ci/windows: Update build container image with all deps so wraps can be disabled

Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18287>
This commit is contained in:
Jesse Natalie
2022-08-27 09:12:34 -07:00
committed by Marge Bot
parent 2cadc066da
commit 65e4b440c9
3 changed files with 47 additions and 6 deletions

View File

@@ -38,8 +38,8 @@ Push-Location $builddir
meson `
--default-library=shared `
-Dzlib:default_library=static `
--buildtype=release `
--wrap-mode=nodownload `
-Db_ndebug=false `
-Db_vscrt=mt `
--cmake-prefix-path="$depsInstallPath" `
@@ -63,9 +63,8 @@ meson `
-Dbuild-tests=true `
-Dwerror=true `
-Dwarning_level=2 `
-Dzlib:warning_level=1 `
$sourcedir && `
meson install --skip-subprojects && `
meson install && `
meson test --num-processes 32 --print-errorlogs
$buildstatus = $?