aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
diff options
context:
space:
mode:
authorFrank Denis <github@pureftpd.org>2021-04-30 23:41:28 +0200
committerFrank Denis <github@pureftpd.org>2021-04-30 23:41:28 +0200
commitb49d99b246bc18d94b6eed0c225464078b05f12a (patch)
treebe0f1e562889b21c49d7a1aed2229a90843bdffb /lib/std/Thread.zig
parentd3f55782b0a48a4472d7d535ac1215c8f5d43e31 (diff)
downloadzig-b49d99b246bc18d94b6eed0c225464078b05f12a.tar.gz
zig-b49d99b246bc18d94b6eed0c225464078b05f12a.zip
Azure CI: Test std.* and the rest separately
On CI, we have been running into OOM issues when running the test suite on Windows for quite some time. Unfortunately, we are very close to having the same issues on Linux as well. Some additional comptime work immediately makes these builds fail as well. Add a new `test-toolchain` step, that tests everything except `std.*` and documentation. On CI, call `test-toolchain`, `test-std` and `docs` separately instead of the `test` big hammer that emcompasses all of them. Change the special case we made for Windows to the same code as other platforms. This is a stopgap measure that stage2 will eventually make useless. Until then, it gives us some headroom. Change `linux_script` by the way to only output the log of failing steps. This shrinks the Linux CI log from a bazilion lines down to something more humanely manageable.
Diffstat (limited to 'lib/std/Thread.zig')
0 files changed, 0 insertions, 0 deletions