Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
Create a Zig project with zig init and add a normal dependency (such as zig-clap) and a lazy dependency (such as aro). Add a basic GitHub Actions workflow (e.g. using setup-zig) which runs zig build on a macos-14 runner, which is an M1 machine. The build should fail with something like:
/Users/runner/work/test/test/build.zig.zon:10:20: error: invalid HTTP response: EndOfStream
I don't have a macOS machine myself, so I have no idea if this reproduces on end-user hardware. But it's 100% consistent on GitHub Actions for me. Also, notably, it doesn't happen on macos-12 and macos-13 runners, which are Intel machines. I saw it exactly once on a macos-13 runner; it seems very rare there.
Looks similar to #19091, but that was supposed to have been fixed.
Expected Behavior
No error.
Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
Create a Zig project with
zig initand add a normal dependency (such as zig-clap) and a lazy dependency (such as aro). Add a basic GitHub Actions workflow (e.g. using setup-zig) which runszig buildon amacos-14runner, which is an M1 machine. The build should fail with something like:I don't have a macOS machine myself, so I have no idea if this reproduces on end-user hardware. But it's 100% consistent on GitHub Actions for me.
Also, notably, it doesn't happen onI saw it exactly once on amacos-12andmacos-13runners, which are Intel machines.macos-13runner; it seems very rare there.Looks similar to #19091, but that was supposed to have been fixed.
Expected Behavior
No error.