zig

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

commit 3e926d868ef75e521476a73f6c8245a688ff06c8 (tree)
parent 4cfeb9a541b3e6db2c67a494abf4f6bd12900353
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat, 29 Oct 2022 12:15:38 -0700

CI: update freebsd tarball

Diffstat:
Mci/srht/freebsd_script | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.61+9be8396b7" +CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4560+828735ac0" PREFIX="$HOME/$CACHE_BASENAME" cd $HOME