Zig Version
- 0.13.0
- 0.14.0-dev.1798+148b5b4c7
Steps to Reproduce and Observed Behavior
zig build segfaults in --system mode when build.zig.zon has a dependency that
- is not a
path dependency and
- has another dependency that is a
path dependency.
Visually:
A --(http)--> B --(path)--> C
I prepared a little repository so you can reproduce easily by following the steps in its README: https://github.com/dermetfan/zig-build-segfault
cd a
zig build --fetch
zig build --system ~/.cache/zig/p
Expected Behavior
The build should succeed normally, as is the case without --system.
Zig Version
Steps to Reproduce and Observed Behavior
zig buildsegfaults in--systemmode whenbuild.zig.zonhas a dependency thatpathdependency andpathdependency.Visually:
I prepared a little repository so you can reproduce easily by following the steps in its README: https://github.com/dermetfan/zig-build-segfault
Expected Behavior
The build should succeed normally, as is the case without
--system.