aboutsummaryrefslogtreecommitdiff
path: root/lib/std/atomic/queue.zig
diff options
context:
space:
mode:
authorCody Tapscott <topolarity@tapscott.me>2022-02-03 15:27:01 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-02-06 22:21:46 -0700
commit5065830aa007c374c382be9e80ba924df6cecc78 (patch)
treeb8f8b3b601ded5d48cac007c52bd23592a62c206 /lib/std/atomic/queue.zig
parent069dd01ce4ced3cb9664e4f1e09be753cb3ed476 (diff)
downloadzig-5065830aa007c374c382be9e80ba924df6cecc78.tar.gz
zig-5065830aa007c374c382be9e80ba924df6cecc78.zip
Avoid depending on child process execution when not supported by host OS
In accordance with the requesting issue (#10750): - `zig test` skips any tests that it cannot spawn, returning success - `zig run` and `zig build` exit with failure, reporting the command the cannot be run - `zig clang`, `zig ar`, etc. already punt directly to the appropriate clang/lld main(), even before this change - Native `libc` Detection is not supported Additionally, `exec()` and related Builder functions error at run-time, reporting the command that cannot be run
Diffstat (limited to 'lib/std/atomic/queue.zig')
0 files changed, 0 insertions, 0 deletions