| ... | ... | @@ -58,8 +58,11 @@ make $JOBS install |
| 58 | 58 | # Build stage2 standalone so that we can test stage2 against stage2 compiler-rt. |
| 59 | 59 | release/bin/zig build -p stage2 -Denable-llvm |
| 60 | 60 | |
| 61 | | stage2/bin/zig build test-behavior |
| 61 | # TODO: enable this |
| 62 | #stage2/bin/zig build test-behavior |
| 62 | 63 | |
| 64 | # TODO: upgrade these to test stage2 instead of stage1 |
| 65 | # TODO: upgrade these to test stage3 instead of stage2 |
| 63 | 66 | release/bin/zig build test-behavior -Denable-macos-sdk -Domit-stage2 |
| 64 | 67 | release/bin/zig build test-compiler-rt -Denable-macos-sdk |
| 65 | 68 | release/bin/zig build test-std -Denable-macos-sdk |