mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
ci: remove -Dskip-translate-c from riscv64-linux scripts
This no longer exists and caused the build to fail.
This commit is contained in:
parent
1f7ee99b35
commit
032df7202a
2 changed files with 0 additions and 4 deletions
|
|
@ -55,8 +55,6 @@ stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-sta
|
||||||
-Dskip-non-native \
|
-Dskip-non-native \
|
||||||
-Dskip-single-threaded \
|
-Dskip-single-threaded \
|
||||||
-Dskip-compile-errors \
|
-Dskip-compile-errors \
|
||||||
-Dskip-translate-c \
|
|
||||||
-Dskip-run-translated-c \
|
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
--zig-lib-dir "$PWD/../lib"
|
--zig-lib-dir "$PWD/../lib"
|
||||||
|
|
|
||||||
|
|
@ -55,8 +55,6 @@ stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-s
|
||||||
-Dskip-non-native \
|
-Dskip-non-native \
|
||||||
-Dskip-single-threaded \
|
-Dskip-single-threaded \
|
||||||
-Dskip-compile-errors \
|
-Dskip-compile-errors \
|
||||||
-Dskip-translate-c \
|
|
||||||
-Dskip-run-translated-c \
|
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
--zig-lib-dir "$PWD/../lib"
|
--zig-lib-dir "$PWD/../lib"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue