authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-10-04 10:10:06+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-10-04 11:53:07+02:00
log0e2d858d69ee1595bb58d936f83f0e0248d54d68
treefe7d01abe4f375bb8a02f3f5ad2133ddc25dc658
parent8170a3d574a7118a6ee616d1b1258b2e839de173

Revert back to original Win CI install script

Since msys2/MSYS2-packages#2050 was fixed, we can now revert back to the original install script. Signed-off-by: Jakub Konka <kubkon@jakubkonka.com>

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

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