Skip to content

Commit ed7965a

Browse files
committed
CI: update freebsd tarball
This updates to a stage3 freebsd tarball.
1 parent 788383d commit ed7965a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ci/srht/freebsd_script

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sudo pkg update -fq
77
sudo pkg install -y cmake py39-s3cmd wget curl jq samurai
88

99
ZIGDIR="$(pwd)"
10-
CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.10.0-dev.2931+bdf3fa12f"
10+
CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.10.0-dev.3524+74673b7f6"
1111
PREFIX="$HOME/$CACHE_BASENAME"
1212

1313
cd $HOME
@@ -45,7 +45,11 @@ cmake .. -DZIG_EXECUTABLE="$PREFIX/bin/zig"
4545
samu install
4646

4747
# Here we skip some tests to save time.
48-
release/bin/zig build test docs -Dskip-stage1 -Dskip-non-native
48+
release/bin/zig build test docs \
49+
--search-prefix "$PREFIX" \
50+
-Dstatic-llvm \
51+
-Dskip-stage1 \
52+
-Dskip-non-native
4953

5054
if [ -f ~/.s3cfg ]; then
5155
mv ../LICENSE release/

0 commit comments

Comments
 (0)