-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
With ziglang/zig@0fb7a0a, zig env
will not output json anymore, we need to find a better way to accomodate this change when we try to detect cache directory:
Lines 204 to 211 in 475c97b
await exec.exec('zig', ['env'], { | |
listeners: { | |
stdout: (data) => { | |
env_output += data.toString(); | |
}, | |
}, | |
}); | |
return JSON.parse(env_output)['global_cache_dir']; |
Metadata
Metadata
Assignees
Labels
No labels