-
-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Zig Version
0.16.0-dev.1976+8e091047b
ZLS Version
Client / Code Editor / Extensions
No response
Steps to Reproduce and Observed Behavior
Build with zig build -Doptimize=ReleaseSafe, compilation fails with:
$ zig build -Doptimize=ReleaseSafe
build.zig:348:65: error: union 'process.SpawnOptions.StdIo' has no member named 'Ignore'
const git_describe_untrimmed = b.runAllowFail(argv, &code, .Ignore) catch |err| {
~^~~~~~
/home/archie/.night.zig/zig-x86_64-linux-0.16.0-dev.1976+8e091047b/lib/std/process.zig:423:23: note: union declared here
pub const StdIo = union(enum) {
^~~~~
Expected Behavior
Successful build
Log Output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working