Skip to content

Issue building for all platforms #20

Description

@bradcypert

When running our CI process we are seeing the following error:

2025-07-26T20:58:37.9442329Z ##[group]Run zig build -Dtarget=x86_64-windows -Doptimize=ReleaseSafe -Dexe_name=httpspec_windows_x86
2025-07-26T20:58:37.9443228Z �[36;1mzig build -Dtarget=x86_64-windows -Doptimize=ReleaseSafe -Dexe_name=httpspec_windows_x86�[0m
2025-07-26T20:58:37.9475657Z shell: /usr/bin/bash -e {0}
2025-07-26T20:58:37.9476072Z env:
2025-07-26T20:58:37.9476382Z ZIG_LOCAL_CACHE_DIR: /home/runner/.cache/zig
2025-07-26T20:58:37.9476936Z ##[endgroup]
2025-07-26T20:58:38.2362937Z /home/runner/work/httpspec/httpspec/build.zig.zon:44:20: error: unable to create fetch stream: EndOfStream
2025-07-26T20:58:38.2364085Z .url = "git+https://github.com/tiehuis/zig-regex#8e38e11d45d3c45e06ed3e994e1eb2e62ed60637",
2025-07-26T20:58:38.2364874Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-07-26T20:58:38.2399836Z ##[error]Process completed with exit code 1.

It looks like this is not necessarily related to the CI process and is regarding a recent dependency addition (regex).

We need to fix this

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions