| ... | @@ -4,12 +4,7 @@ set -x | ... | @@ -4,12 +4,7 @@ set -x |
| 4 | set -e | 4 | set -e |
| 5 | | 5 | |
| 6 | pacman -Su --needed --noconfirm | 6 | pacman -Su --needed --noconfirm |
| 7 | | 7 | pacman -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 | | |
| 10 | pacman -S --needed --noconfirm wget p7zip tar xz | | |
| 11 | pacman -U --noconfirm http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-3.8.4-1-any.pkg.tar.zst | | |
| 12 | pacman -U --noconfirm http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-pip-20.0.2-1-any.pkg.tar.xz | | |
| 13 | | 8 | |
| 14 | pip install s3cmd | 9 | pip install s3cmd |
| 15 | wget -nv "https://ziglang.org/deps/llvm%2bclang%2blld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz" | 10 | wget -nv "https://ziglang.org/deps/llvm%2bclang%2blld-10.0.0-x86_64-windows-msvc-release-mt.tar.xz" |