I’m thinking about maintaining a fork of Zig 0.14.0 master which includes one pull request to correct a bug that is blocking our use of the Zig build system on a university system, due to a bug in the standard library HttpClient which affects HTTPS_PROXY setups.
I was hoping this bug would be high priority since it affects the Zig Build System and package manager, but it could also be low priority because it’s a standard library bug. In that case, there’s a risk it won’t be addressed in the 0.14.0 release, which means we would need to use a fork.
I was looking for a GitHub Action which generates the artifacts on ziglang.org, but that doesn’t seem to be published. I’m new to Actions so I’m looking for pointers or advice on how to set it up to automatically generate binary distributions of the compiler and standard library for the same set of supported platforms on ziglang.org.
Any help or advice would be appreciated!