zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 0e2d858d69ee1595bb58d936f83f0e0248d54d68 (tree)
parent 8170a3d574a7118a6ee616d1b1258b2e839de173
Author: Jakub Konka <kubkon@jakubkonka.com>
Date:   Sun,  4 Oct 2020 10:10:06 +0200

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>

Diffstat:
Mci/azure/windows_msvc_install | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

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