diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-07-17 19:34:46 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-07-17 19:34:46 +0200 |
| commit | df921939418ca489126edff12fc4940ef7aa6bbb (patch) | |
| tree | 9033ad8981b77a5ec7ad60b57843094e54bc1a78 /ci | |
| parent | a35688b6135bf456609e64015bffd4d3edeac998 (diff) | |
| download | zig-df921939418ca489126edff12fc4940ef7aa6bbb.tar.gz zig-df921939418ca489126edff12fc4940ef7aa6bbb.zip | |
ci: skip building docs on riscv64-linux
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/riscv64-linux-debug.sh | 2 | ||||
| -rwxr-xr-x | ci/riscv64-linux-release.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/riscv64-linux-debug.sh b/ci/riscv64-linux-debug.sh index a8e39da0c2..b022a9e67e 100755 --- a/ci/riscv64-linux-debug.sh +++ b/ci/riscv64-linux-debug.sh @@ -49,7 +49,7 @@ unset CXX ninja install # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. -stage3-debug/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir docs \ +stage3-debug/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir \ --maxrss 68719476736 \ -Dstatic-llvm \ -Dskip-non-native \ diff --git a/ci/riscv64-linux-release.sh b/ci/riscv64-linux-release.sh index 47ef664a5b..72040505e2 100755 --- a/ci/riscv64-linux-release.sh +++ b/ci/riscv64-linux-release.sh @@ -49,7 +49,7 @@ unset CXX ninja install # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. -stage3-release/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir docs \ +stage3-release/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir \ --maxrss 68719476736 \ -Dstatic-llvm \ -Dskip-non-native \ |
