| author | |
| committer | |
| log | 86e3b5156552e7ef1f537c91b5c214e1c9526567 |
| tree | 6bf8d5f23261032f5b81f639f68199ea1d5bab67 |
| parent | 3ec58b8e0bbe98c2113cc1816365e69a53556ecb |
| signature |
I'm guessing this is why 0.3.0 is 21.5MiB while
master is 27.6MiB2 files changed, 2 insertions(+), 2 deletions(-)
ci/azure/windows_install+1-1| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | set -x |
| 4 | 4 | set -e |
| 5 | 5 | |
| 6 | pacman -S --needed --noconfirm wget zip python3-pip | |
| 6 | pacman -S --needed --noconfirm wget p7zip python3-pip | |
| 7 | 7 | pip install s3cmd |
| 8 | 8 | wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz" |
| 9 | 9 | tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz |
ci/azure/windows_upload+1-1| ... | ... | @@ -15,7 +15,7 @@ if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 15 | 15 | DIRNAME="zig-windows-x86_64-$VERSION" |
| 16 | 16 | TARBALL="$DIRNAME.zip" |
| 17 | 17 | mv release "$DIRNAME" |
| 18 | zip -r "$TARBALL" "$DIRNAME" | |
| 18 | 7z a "$TARBALL" "$DIRNAME" | |
| 19 | 19 | |
| 20 | 20 | mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg" |
| 21 | 21 | s3cmd put -P "$TARBALL" s3://ziglang.org/builds/ |