| author | |
| committer | |
| log | 8d4067e7a37c13c0761b2685f46375b32f01037a |
| tree | a102817bec0487b0e52dce4a5a6f53491daf328d |
| parent | 030742f1f73d0c9a237d7512d894e88b05ad53af |
I ain't afraid of no ghost.
This reverts commit 14a176b9b16e07a66a2f9cd485aaf80fed0f5a12.7 files changed, 0 insertions(+), 7 deletions(-)
ci/aarch64-linux-debug.sh-1| ... | ... | @@ -60,7 +60,6 @@ stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf |
| 60 | 60 | # TODO: add -fqemu back to this line |
| 61 | 61 | |
| 62 | 62 | stage3-debug/bin/zig build test docs \ |
| 63 | -j1 \ | |
| 64 | 63 | -fwasmtime \ |
| 65 | 64 | -Dstatic-llvm \ |
| 66 | 65 | -Dtarget=native-native-musl \ |
ci/aarch64-linux-release.sh-1| ... | ... | @@ -60,7 +60,6 @@ stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf |
| 60 | 60 | # TODO: add -fqemu back to this line |
| 61 | 61 | |
| 62 | 62 | stage3-release/bin/zig build test docs \ |
| 63 | -j1 \ | |
| 64 | 63 | -fwasmtime \ |
| 65 | 64 | -Dstatic-llvm \ |
| 66 | 65 | -Dtarget=native-native-musl \ |
ci/aarch64-macos.sh-1| ... | ... | @@ -44,7 +44,6 @@ PATH="$HOME/local/bin:$PATH" cmake .. \ |
| 44 | 44 | $HOME/local/bin/ninja install |
| 45 | 45 | |
| 46 | 46 | stage3-release/bin/zig build test docs \ |
| 47 | -j1 \ | |
| 48 | 47 | --zig-lib-dir "$(pwd)/../lib" \ |
| 49 | 48 | -Denable-macos-sdk \ |
| 50 | 49 | -Dstatic-llvm \ |
ci/x86_64-linux-debug.sh-1| ... | ... | @@ -58,7 +58,6 @@ stage3-debug/bin/zig fmt --check .. \ |
| 58 | 58 | stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf |
| 59 | 59 | |
| 60 | 60 | stage3-debug/bin/zig build test docs \ |
| 61 | -j1 \ | |
| 62 | 61 | -fqemu \ |
| 63 | 62 | -fwasmtime \ |
| 64 | 63 | -Dstatic-llvm \ |
ci/x86_64-linux-release.sh-1| ... | ... | @@ -59,7 +59,6 @@ stage3-release/bin/zig fmt --check .. \ |
| 59 | 59 | stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf |
| 60 | 60 | |
| 61 | 61 | stage3-release/bin/zig build test docs \ |
| 62 | -j1 \ | |
| 63 | 62 | -fqemu \ |
| 64 | 63 | -fwasmtime \ |
| 65 | 64 | -Dstatic-llvm \ |
ci/x86_64-macos-debug.sh-1| ... | ... | @@ -48,7 +48,6 @@ cmake .. \ |
| 48 | 48 | make $JOBS install |
| 49 | 49 | |
| 50 | 50 | stage3/bin/zig build test docs \ |
| 51 | -j1 \ | |
| 52 | 51 | --zig-lib-dir "$(pwd)/../lib" \ |
| 53 | 52 | -Denable-macos-sdk \ |
| 54 | 53 | -Dstatic-llvm \ |
ci/x86_64-macos-release.sh-1| ... | ... | @@ -48,7 +48,6 @@ cmake .. \ |
| 48 | 48 | make $JOBS install |
| 49 | 49 | |
| 50 | 50 | stage3/bin/zig build test docs \ |
| 51 | -j1 \ | |
| 52 | 51 | --zig-lib-dir "$(pwd)/../lib" \ |
| 53 | 52 | -Denable-macos-sdk \ |
| 54 | 53 | -Dstatic-llvm \ |