no-bug: Change wine build download (gh-14002)

This commit is contained in:
mr. m
2026-06-03 12:04:25 +02:00
committed by GitHub
parent e04e910a6f
commit b812bff07e
2 changed files with 1 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ jobs:
zlib1g-dev \
aria2
echo Setup wine
aria2c "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.cache.level-1.toolchains.v3.linux64-wine.latest/artifacts/public%2Fbuild%2Fwine.tar.zst" -o wine.tar.zst
aria2c "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/dQz_aHy8Rl-Lt0xf2WlrMw/artifacts/public/build/wine.tar.zst" -o wine.tar.zst
tar --zstd -xf wine.tar.zst -C ~/win-cross
rm wine.tar.zst
echo Setup Visual Studio

View File

@@ -9,12 +9,6 @@ if test "$ZEN_CROSS_COMPILING"; then
export WINE="$(echo ~)/win-cross/wine/bin/wine"
export WINEDEBUG=-all
# Force Wine to load the genuine Microsoft d3dcompiler_47.dll that ships next
# to fxc.exe in the Windows SDK instead of its built-in vkd3d reimplementation,
# whose HLSL front-end mishandles #include directives (emits an #hlsl_full_path
# marker it then fails to re-parse, breaking shader compilation).
export WINEDLLOVERRIDES="d3dcompiler_47=n"
export MOZ_STUB_INSTALLER=1
export MOZ_PKG_FORMAT=TAR