zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 786f3cdd135fa29906ec9b78155c03406f9e79ce (tree)
parent fb5e03b983f7a7a776b4f67f2426da6b7ecfdb0c
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri,  7 Jun 2019 12:07:23 -0400

ci: let's try a new build of llvm+clang on 10.14

Diffstat:
Mci/azure/macos_script | 2+-
Mci/azure/pipelines.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/azure/macos_script b/ci/azure/macos_script @@ -6,7 +6,7 @@ set -e brew install s3cmd gcc@8 ZIGDIR="$(pwd)" -CACHE_BASENAME="llvm+clang-8.0.0-macos-x86_64-gcc8-release-static" +CACHE_BASENAME="llvm+clang-8.0.0-macos-x86_64-gcc8-release" PREFIX="$HOME/$CACHE_BASENAME" TMPDIR="$HOME/tmpz" JOBS="-j2" diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: BuildMacOS pool: - vmImage: 'macOS 10.13' + vmImage: 'macOS 10.14' timeoutInMinutes: 360