diff options
| author | Cody Tapscott <topolarity@tapscott.me> | 2022-02-03 15:27:01 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-02-06 22:21:46 -0700 |
| commit | 5065830aa007c374c382be9e80ba924df6cecc78 (patch) | |
| tree | b8f8b3b601ded5d48cac007c52bd23592a62c206 /lib/std/atomic/queue.zig | |
| parent | 069dd01ce4ced3cb9664e4f1e09be753cb3ed476 (diff) | |
| download | zig-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
