| ... | ... | @@ -55,11 +55,11 @@ stage3/bin/zig build -Dtarget=arm-linux-musleabihf # test building self-hosted f |
| 55 | 55 | stage3/bin/zig build test-compiler-rt -fqemu -fwasmtime -Denable-llvm |
| 56 | 56 | stage3/bin/zig build test-behavior -fqemu -fwasmtime -Denable-llvm |
| 57 | 57 | stage3/bin/zig build test-std -fqemu -fwasmtime -Denable-llvm |
| 58 | stage3/bin/zig build test-universal-libc -fqemu -fwasmtime -Denable-llvm |
| 58 | 59 | stage3/bin/zig build test-compare-output -fqemu -fwasmtime -Denable-llvm |
| 59 | 60 | stage3/bin/zig build test-asm-link -fqemu -fwasmtime -Denable-llvm |
| 60 | 61 | stage3/bin/zig build test-fmt -fqemu -fwasmtime -Denable-llvm |
| 61 | 62 | |
| 62 | | $STAGE1_ZIG build test-universal-libc -fqemu -fwasmtime |
| 63 | 63 | $STAGE1_ZIG build test-standalone -fqemu -fwasmtime |
| 64 | 64 | $STAGE1_ZIG build test-stack-traces -fqemu -fwasmtime |
| 65 | 65 | $STAGE1_ZIG build test-cli -fqemu -fwasmtime |
| ... | ... | @@ -79,7 +79,7 @@ $STAGE1_ZIG test lib/std/std.zig \ |
| 79 | 79 | tidy --drop-empty-elements no -qe zig-cache/langref.html |
| 80 | 80 | |
| 81 | 81 | # Build release zig. |
| 82 | | $STAGE1_ZIG build \ |
| 82 | stage3/bin/zig build \ |
| 83 | 83 | --prefix "$RELEASE_STAGING" \ |
| 84 | 84 | --search-prefix "$DEPS_LOCAL" \ |
| 85 | 85 | -Dstatic-llvm \ |