We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788383d commit ed7965aCopy full SHA for ed7965a
ci/srht/freebsd_script
@@ -7,7 +7,7 @@ sudo pkg update -fq
7
sudo pkg install -y cmake py39-s3cmd wget curl jq samurai
8
9
ZIGDIR="$(pwd)"
10
-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"
11
PREFIX="$HOME/$CACHE_BASENAME"
12
13
cd $HOME
@@ -45,7 +45,11 @@ cmake .. -DZIG_EXECUTABLE="$PREFIX/bin/zig"
45
samu install
46
47
# Here we skip some tests to save time.
48
-release/bin/zig build test docs -Dskip-stage1 -Dskip-non-native
+release/bin/zig build test docs \
49
+ --search-prefix "$PREFIX" \
50
+ -Dstatic-llvm \
51
+ -Dskip-stage1 \
52
+ -Dskip-non-native
53
54
if [ -f ~/.s3cfg ]; then
55
mv ../LICENSE release/
0 commit comments