diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-08-10 22:51:00 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-08-19 16:45:15 -0700 |
| commit | a8f86291d2c108fbc70de175660742a737b78823 (patch) | |
| tree | 1e6ced932a40e5a83545f46f0b5a7b9541fd2236 /ci | |
| parent | 7cf6930e249d578512213dd83d7ff5d97c3fcac5 (diff) | |
| download | zig-a8f86291d2c108fbc70de175660742a737b78823.tar.gz zig-a8f86291d2c108fbc70de175660742a737b78823.zip | |
CI: update freebsd tarball
This updates to a stage3 freebsd tarball.
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/srht/freebsd_script | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index 45002fda15..02ab218756 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -7,7 +7,7 @@ sudo pkg update -fq sudo pkg install -y cmake py39-s3cmd wget curl jq samurai ZIGDIR="$(pwd)" -CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.10.0-dev.2931+bdf3fa12f" +CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.10.0-dev.3524+74673b7f6" PREFIX="$HOME/$CACHE_BASENAME" cd $HOME @@ -45,7 +45,11 @@ cmake .. -DZIG_EXECUTABLE="$PREFIX/bin/zig" samu install # Here we skip some tests to save time. -release/bin/zig build test docs -Dskip-stage1 -Dskip-non-native +release/bin/zig build test docs \ + --search-prefix "$PREFIX" \ + -Dstatic-llvm \ + -Dskip-stage1 \ + -Dskip-non-native if [ -f ~/.s3cfg ]; then mv ../LICENSE release/ |
