diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-09-12 21:25:49 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-09-12 21:25:49 -0700 |
| commit | 78729c4939eabe9cdfe85492ca2e2eb43fdc8d46 (patch) | |
| tree | a71e245974c59f24d47e7bce4e6661e06990c826 /ci/srht/freebsd_script | |
| parent | 2434cb6f06e7efacfa64a766a70adc47fd1cfdfe (diff) | |
| download | zig-78729c4939eabe9cdfe85492ca2e2eb43fdc8d46.tar.gz zig-78729c4939eabe9cdfe85492ca2e2eb43fdc8d46.zip | |
update CI tarballs with libcxx fix
The main reason to update the CI tarballs is
f79824f946995a050c261ee96a08e31ccf00a112 which fixes an issue that
caused the CI to fail on all targets.
Diffstat (limited to 'ci/srht/freebsd_script')
| -rwxr-xr-x | ci/srht/freebsd_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index 603db620e0..8cdb10c20c 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -9,7 +9,7 @@ sudo pkg install -y cmake py39-s3cmd wget curl jq samurai ZIGDIR="$(pwd)" TARGET="x86_64-freebsd-gnu" MCPU="baseline" -CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.60+50aa139d1" +CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.61+9be8396b7" PREFIX="$HOME/$CACHE_BASENAME" cd $HOME |
