mirror of
https://github.com/ziglang/zig.git
synced 2024-11-14 16:13:24 +00:00
ci: Remove -fwasmtime from aarch64-linux scripts.
This is covered by the x86_64-linux scripts. Also remove the TODO comments related to -fqemu for the same reason.
This commit is contained in:
parent
8504e1f550
commit
b113415871
@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388"
|
|||||||
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
||||||
ZIG="$PREFIX/bin/zig"
|
ZIG="$PREFIX/bin/zig"
|
||||||
|
|
||||||
export PATH="$HOME/deps/wasmtime-v10.0.2-$ARCH-linux:$HOME/local/bin:$PATH"
|
export PATH="$HOME/local/bin:$PATH"
|
||||||
|
|
||||||
# Make the `zig version` number consistent.
|
# Make the `zig version` number consistent.
|
||||||
# This will affect the cmake command below.
|
# This will affect the cmake command below.
|
||||||
@ -54,10 +54,9 @@ stage3-debug/bin/zig build \
|
|||||||
-Dtarget=arm-linux-musleabihf \
|
-Dtarget=arm-linux-musleabihf \
|
||||||
-Dno-lib
|
-Dno-lib
|
||||||
|
|
||||||
# TODO: add -fqemu back to this line
|
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||||
stage3-debug/bin/zig build test docs \
|
stage3-debug/bin/zig build test docs \
|
||||||
--maxrss 24696061952 \
|
--maxrss 24696061952 \
|
||||||
-fwasmtime \
|
|
||||||
-Dstatic-llvm \
|
-Dstatic-llvm \
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
|
@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388"
|
|||||||
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
||||||
ZIG="$PREFIX/bin/zig"
|
ZIG="$PREFIX/bin/zig"
|
||||||
|
|
||||||
export PATH="$HOME/deps/wasmtime-v10.0.2-$ARCH-linux:$HOME/local/bin:$PATH"
|
export PATH="$HOME/local/bin:$PATH"
|
||||||
|
|
||||||
# Make the `zig version` number consistent.
|
# Make the `zig version` number consistent.
|
||||||
# This will affect the cmake command below.
|
# This will affect the cmake command below.
|
||||||
@ -54,10 +54,9 @@ stage3-release/bin/zig build \
|
|||||||
-Dtarget=arm-linux-musleabihf \
|
-Dtarget=arm-linux-musleabihf \
|
||||||
-Dno-lib
|
-Dno-lib
|
||||||
|
|
||||||
# TODO: add -fqemu back to this line
|
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||||
stage3-release/bin/zig build test docs \
|
stage3-release/bin/zig build test docs \
|
||||||
--maxrss 24696061952 \
|
--maxrss 24696061952 \
|
||||||
-fwasmtime \
|
|
||||||
-Dstatic-llvm \
|
-Dstatic-llvm \
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
|
Loading…
Reference in New Issue
Block a user