aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/riscv64-linux-debug.sh1
-rwxr-xr-xci/riscv64-linux-release.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/ci/riscv64-linux-debug.sh b/ci/riscv64-linux-debug.sh
index 14982d1451..512b33dc79 100755
--- a/ci/riscv64-linux-debug.sh
+++ b/ci/riscv64-linux-debug.sh
@@ -54,6 +54,7 @@ stage3-debug/bin/zig build test-cases test-modules test-unit test-standalone tes
-Dstatic-llvm \
-Dskip-non-native \
-Dskip-single-threaded \
+ -Dskip-compile-errors \
-Dskip-translate-c \
-Dskip-run-translated-c \
-Dtarget=native-native-musl \
diff --git a/ci/riscv64-linux-release.sh b/ci/riscv64-linux-release.sh
index b36e9a3407..f8a9bb0939 100755
--- a/ci/riscv64-linux-release.sh
+++ b/ci/riscv64-linux-release.sh
@@ -54,6 +54,7 @@ stage3-release/bin/zig build test-cases test-modules test-unit test-standalone t
-Dstatic-llvm \
-Dskip-non-native \
-Dskip-single-threaded \
+ -Dskip-compile-errors \
-Dskip-translate-c \
-Dskip-run-translated-c \
-Dtarget=native-native-musl \