| author | |
| committer | |
| log | dc9d76b630e0fe9a465cec67dc4dc66e8cce7c58 |
| tree | 79ad37034eb8d77c3fa3b545426d47177a18a9b4 |
| parent | d11f42c2b24e80388e1ea648ee97fae612fd76a4 |
This commit reverts 6d37ae95edc06f15e4e77f64e8e637dd5d269183 and
8f8294a809f9d975735377e7bfcc2c47ccfc4cb7. I don't know why they caused a
failure but that investigation can happen while the CI is green.1 files changed, 3 insertions(+), 1 deletions(-)
ci/azure/linux_script+3-1| ... | ... | @@ -71,7 +71,9 @@ make $JOBS install |
| 71 | 71 | |
| 72 | 72 | release/bin/zig test ../test/behavior.zig -fno-stage1 -fLLVM -I ../test |
| 73 | 73 | |
| 74 | release/bin/zig build test -Denable-qemu -Denable-wasmtime -Denable-llvm -Duse-zig-libcxx | |
| 74 | release/bin/zig build test-toolchain -Denable-qemu -Denable-wasmtime | |
| 75 | release/bin/zig build test-std -Denable-qemu -Denable-wasmtime | |
| 76 | release/bin/zig build docs -Denable-qemu -Denable-wasmtime | |
| 75 | 77 | |
| 76 | 78 | # Look for HTML errors. |
| 77 | 79 | tidy -qe ../zig-cache/langref.html |