Skip to content

Commit 4932654

Browse files
committed
Revert "ci: target baseline instead of spacemit_x60 on riscv64-linux"
This reverts commit fa445d8. Narrator: It did, in fact, make a difference. For whatever reason, building LLVM against spacemit_x60 or baseline makes no noticeable difference in terms of performance, but building the Zig compiler against spacemit_x60 does. Also, the miscompilation that was causing riscv64-linux-debug to fail was in the LLVM libraries, not in the Zig compiler, so we may as well take the win here.
1 parent 765825b commit 4932654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/riscv64-linux-debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
ARCH="$(uname -m)"
99
TARGET="$ARCH-linux-musl"
10-
MCPU="baseline"
10+
MCPU="spacemit_x60"
1111
CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.15.0-dev.929+31e46be74"
1212
PREFIX="$HOME/deps/$CACHE_BASENAME"
1313
ZIG="$PREFIX/bin/zig"

ci/riscv64-linux-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
ARCH="$(uname -m)"
99
TARGET="$ARCH-linux-musl"
10-
MCPU="baseline"
10+
MCPU="spacemit_x60"
1111
CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.15.0-dev.929+31e46be74"
1212
PREFIX="$HOME/deps/$CACHE_BASENAME"
1313
ZIG="$PREFIX/bin/zig"

0 commit comments

Comments
 (0)