| author | |
| committer | |
| log | 9bf10b1018d1f6e4b7916f053e1aca71a3ff55e3 |
| tree | 9a89f616b52e977a266913b6b8cbd3e05ed1949e |
| parent | 7350cb2fc73a9ce5c6ad373f82f254bc87053bbd |
2 files changed, 3 insertions(+), 3 deletions(-)
ci/azure/windows_msvc_install+2-2| ... | @@ -7,5 +7,5 @@ pacman -Suy --needed --noconfirm | ... | @@ -7,5 +7,5 @@ pacman -Suy --needed --noconfirm |
| 7 | pacman -S --needed --noconfirm wget p7zip python3-pip tar xz | 7 | pacman -S --needed --noconfirm wget p7zip python3-pip tar xz |
| 8 | 8 | ||
| 9 | pip install s3cmd | 9 | pip install s3cmd |
| 10 | wget -nv "https://ziglang.org/deps/llvm%2bclang%2blld-13.0.0-rc1-x86_64-windows-msvc-release-mt.tar.xz" | 10 | wget -nv "https://ziglang.org/deps/llvm%2bclang%2blld-13.0.0-x86_64-windows-msvc-release-mt.tar.xz" |
| 11 | tar xf llvm+clang+lld-13.0.0-rc1-x86_64-windows-msvc-release-mt.tar.xz | 11 | tar xf llvm+clang+lld-13.0.0-x86_64-windows-msvc-release-mt.tar.xz |
ci/azure/windows_msvc_script.bat+1-1| ... | @@ -11,7 +11,7 @@ SET "MSYSTEM=%PREVMSYSTEM%" | ... | @@ -11,7 +11,7 @@ SET "MSYSTEM=%PREVMSYSTEM%" |
| 11 | 11 | ||
| 12 | SET "ZIGBUILDDIR=%SRCROOT%\build" | 12 | SET "ZIGBUILDDIR=%SRCROOT%\build" |
| 13 | SET "ZIGINSTALLDIR=%ZIGBUILDDIR%\dist" | 13 | SET "ZIGINSTALLDIR=%ZIGBUILDDIR%\dist" |
| 14 | SET "ZIGPREFIXPATH=%SRCROOT%\llvm+clang+lld-13.0.0-rc1-x86_64-windows-msvc-release-mt" | 14 | SET "ZIGPREFIXPATH=%SRCROOT%\llvm+clang+lld-13.0.0-x86_64-windows-msvc-release-mt" |
| 15 | 15 | ||
| 16 | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 | 16 | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 |
| 17 | 17 |