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