Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Action zig build failing with HTTP response: EndOfStream #19091

Closed
wintermi opened this issue Feb 26, 2024 · 3 comments
Closed

GitHub Action zig build failing with HTTP response: EndOfStream #19091

wintermi opened this issue Feb 26, 2024 · 3 comments
Labels
bug Observed behavior contradicts documented or intended behavior

Comments

@wintermi
Copy link

Zig Version

0.12.0-dev.3002+9d7082972

Steps to Reproduce and Observed Behavior

When executing a zig build via a GitHub Action on ubuntu-latest it fails with the following error message.

build.zig.zon:12:20: error: invalid HTTP response: EndOfStream

Running the same zig build on macos-latest works without any issues

Expected Behavior

Successful fetch of packages when building on Linux, as is the case with the macOS build

@wintermi wintermi added the bug Observed behavior contradicts documented or intended behavior label Feb 26, 2024
@llogick
Copy link
Contributor

llogick commented Feb 26, 2024

Likely #19071, same error. The fix is expected in 0.12.0-dev.3030+032c2ee9b.

@wintermi
Copy link
Author

Confirmed, retested with Zig version 0.12.0-dev.3033+031f23117 and everything is now working as expected.

@nektro
Copy link
Contributor

nektro commented Feb 27, 2024

likely fixed by #19095 then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior
Projects
None yet
Development

No branches or pull requests

4 participants