authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-10-17 23:17:19+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-10-18 00:55:18+02:00
logb113415871bf097e538a454a3307eebb7c5c8070
treec07101f7699054399f78dbf8c93dba34c7f5a350
parent8504e1f550ba697f29fd72f181d9009ebad09501
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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.

2 files changed, 4 insertions(+), 6 deletions(-)

ci/aarch64-linux-debug.sh+2-3
...@@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388"...@@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388"
12PREFIX="$HOME/deps/$CACHE_BASENAME"12PREFIX="$HOME/deps/$CACHE_BASENAME"
13ZIG="$PREFIX/bin/zig"13ZIG="$PREFIX/bin/zig"
1414
15export PATH="$HOME/deps/wasmtime-v10.0.2-$ARCH-linux:$HOME/local/bin:$PATH"15export PATH="$HOME/local/bin:$PATH"
1616
17# Make the `zig version` number consistent.17# Make the `zig version` number consistent.
18# This will affect the cmake command below.18# This will affect the cmake command below.
...@@ -54,10 +54,9 @@ stage3-debug/bin/zig build \...@@ -54,10 +54,9 @@ stage3-debug/bin/zig build \
54 -Dtarget=arm-linux-musleabihf \54 -Dtarget=arm-linux-musleabihf \
55 -Dno-lib55 -Dno-lib
5656
57# TODO: add -fqemu back to this line57# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
58stage3-debug/bin/zig build test docs \58stage3-debug/bin/zig build test docs \
59 --maxrss 24696061952 \59 --maxrss 24696061952 \
60 -fwasmtime \
61 -Dstatic-llvm \60 -Dstatic-llvm \
62 -Dtarget=native-native-musl \61 -Dtarget=native-native-musl \
63 --search-prefix "$PREFIX" \62 --search-prefix "$PREFIX" \
ci/aarch64-linux-release.sh+2-3
...@@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388"...@@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388"
12PREFIX="$HOME/deps/$CACHE_BASENAME"12PREFIX="$HOME/deps/$CACHE_BASENAME"
13ZIG="$PREFIX/bin/zig"13ZIG="$PREFIX/bin/zig"
1414
15export PATH="$HOME/deps/wasmtime-v10.0.2-$ARCH-linux:$HOME/local/bin:$PATH"15export PATH="$HOME/local/bin:$PATH"
1616
17# Make the `zig version` number consistent.17# Make the `zig version` number consistent.
18# This will affect the cmake command below.18# This will affect the cmake command below.
...@@ -54,10 +54,9 @@ stage3-release/bin/zig build \...@@ -54,10 +54,9 @@ stage3-release/bin/zig build \
54 -Dtarget=arm-linux-musleabihf \54 -Dtarget=arm-linux-musleabihf \
55 -Dno-lib55 -Dno-lib
5656
57# TODO: add -fqemu back to this line57# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
58stage3-release/bin/zig build test docs \58stage3-release/bin/zig build test docs \
59 --maxrss 24696061952 \59 --maxrss 24696061952 \
60 -fwasmtime \
61 -Dstatic-llvm \60 -Dstatic-llvm \
62 -Dtarget=native-native-musl \61 -Dtarget=native-native-musl \
63 --search-prefix "$PREFIX" \62 --search-prefix "$PREFIX" \