authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-07-22 08:37:47+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-07-22 06:49:24+00:00
log9225763f8bd3ab7062a55e6f9200657205c20e3b
treeb2a7365040074ef81e27ed012febb38daf9823ae
parent25a01a16e0eb729857f8e9a0a87bd0b8e9da301b

Add temporary fix to the CI on Win

Here's the [thread](https://github.com/msys2/MSYS2-packages/issues/2050) for reference.

1 files changed, 5 insertions(+), 1 deletions(-)

ci/azure/windows_msvc_install+5-1
......@@ -4,7 +4,11 @@ set -x
44set -e
55
66pacman -Su --needed --noconfirm
7pacman -S --needed --noconfirm wget p7zip python3-pip tar xz
7# Uncomment when https://github.com/msys2/MSYS2-packages/issues/2050 is fixed
8#pacman -S --needed --noconfirm wget p7zip python3-pip tar xz
9pacman -S --needed --noconfirm wget p7zip tar xz
10pacman -U --noconfirm http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-3.8.4-1-any.pkg.tar.zst
11pacman -U --noconfirm http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-pip-20.0.2-1-any.pkg.tar.xz
812pip install s3cmd
913wget -nv "https://ziglang.org/deps/llvm%2bclang%2blld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz"
1014tar xf llvm+clang+lld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz