diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-07-24 14:31:00 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-07-24 15:02:05 -0700 |
| commit | 93ae386f560e7a3464df31b7c9bc9acdc231bc3f (patch) | |
| tree | 4d279258d3812a47b5f5188c9304937c6133fa98 /ci | |
| parent | be294e3744b221e7a7aad3ce8fbd1a30148487bc (diff) | |
| download | zig-93ae386f560e7a3464df31b7c9bc9acdc231bc3f.tar.gz zig-93ae386f560e7a3464df31b7c9bc9acdc231bc3f.zip | |
stage2: don't skip liveness or codegen if -femit-asm is supplied
Fixes Godbolt's CLI usage of Zig.
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/zinc/linux_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/zinc/linux_test.sh b/ci/zinc/linux_test.sh index c6e59302d0..2a2143a285 100755 --- a/ci/zinc/linux_test.sh +++ b/ci/zinc/linux_test.sh @@ -61,9 +61,9 @@ stage3/bin/zig build test-asm-link -fqemu -fwasmtime -Denable-llvm stage3/bin/zig build test-fmt -fqemu -fwasmtime -Denable-llvm stage3/bin/zig build test-translate-c -fqemu -fwasmtime -Denable-llvm stage3/bin/zig build test-standalone -fqemu -fwasmtime -Denable-llvm +stage3/bin/zig build test-cli -fqemu -fwasmtime -Denable-llvm $STAGE1_ZIG build test-stack-traces -fqemu -fwasmtime -$STAGE1_ZIG build test-cli -fqemu -fwasmtime $STAGE1_ZIG build test-run-translated-c -fqemu -fwasmtime $STAGE1_ZIG build docs -fqemu -fwasmtime $STAGE1_ZIG build test-cases -fqemu -fwasmtime |
