mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
CI: update freebsd tarball
This updates to a stage3 freebsd tarball.
This commit is contained in:
parent
7cf6930e24
commit
a8f86291d2
@ -7,7 +7,7 @@ sudo pkg update -fq
|
|||||||
sudo pkg install -y cmake py39-s3cmd wget curl jq samurai
|
sudo pkg install -y cmake py39-s3cmd wget curl jq samurai
|
||||||
|
|
||||||
ZIGDIR="$(pwd)"
|
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"
|
PREFIX="$HOME/$CACHE_BASENAME"
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
@ -45,7 +45,11 @@ cmake .. -DZIG_EXECUTABLE="$PREFIX/bin/zig"
|
|||||||
samu install
|
samu install
|
||||||
|
|
||||||
# Here we skip some tests to save time.
|
# 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
|
if [ -f ~/.s3cfg ]; then
|
||||||
mv ../LICENSE release/
|
mv ../LICENSE release/
|
||||||
|
Loading…
Reference in New Issue
Block a user