Skip to content

Commit 459ad8c

Browse files
committed
ci: stop passing -Dskip-translate-c -Dno-langref on loongarch64-linux
No longer necessary since we've stopped using Clang for this.
1 parent 17f9a25 commit 459ad8c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ci/loongarch64-linux-debug.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ stage3-debug/bin/zig build test \
5656
-Dskip-non-native \
5757
-Dtarget=native-native-musl \
5858
--search-prefix "$PREFIX" \
59-
--zig-lib-dir "$PWD/../lib" \
60-
-Dno-langref \
61-
-Dskip-translate-c
59+
--zig-lib-dir "$PWD/../lib"
6260

6361
stage3-debug/bin/zig build \
6462
--prefix stage4-debug \

ci/loongarch64-linux-release.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ stage3-release/bin/zig build test \
5656
-Dskip-non-native \
5757
-Dtarget=native-native-musl \
5858
--search-prefix "$PREFIX" \
59-
--zig-lib-dir "$PWD/../lib" \
60-
-Dno-langref \
61-
-Dskip-translate-c
59+
--zig-lib-dir "$PWD/../lib"
6260

6361
# Ensure that stage3 and stage4 are byte-for-byte identical.
6462
stage3-release/bin/zig build \

0 commit comments

Comments
 (0)