authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-05 13:26:46-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-05 13:26:46-05:00
log86e3b5156552e7ef1f537c91b5c214e1c9526567
tree6bf8d5f23261032f5b81f639f68199ea1d5bab67
parent3ec58b8e0bbe98c2113cc1816365e69a53556ecb
signature Commit is signed but in an unrecognized format.

ci: 7-zip instead of info-zip for windows

I'm guessing this is why 0.3.0 is 21.5MiB while master is 27.6MiB

2 files changed, 2 insertions(+), 2 deletions(-)

ci/azure/windows_install+1-1
......@@ -3,7 +3,7 @@
33set -x
44set -e
55
6pacman -S --needed --noconfirm wget zip python3-pip
6pacman -S --needed --noconfirm wget p7zip python3-pip
77pip install s3cmd
88wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz"
99tar 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
1515 DIRNAME="zig-windows-x86_64-$VERSION"
1616 TARBALL="$DIRNAME.zip"
1717 mv release "$DIRNAME"
18 zip -r "$TARBALL" "$DIRNAME"
18 7z a "$TARBALL" "$DIRNAME"
1919
2020 mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg"
2121 s3cmd put -P "$TARBALL" s3://ziglang.org/builds/