zigup
zigup copied to clipboard
Download and manage zig compilers.
The std http client seems to have intermittent issues where the data is truncated. (upstream issue https://github.com/ziglang/zig/issues/14573) Another concern is around logging. ziget had a way to capture the http...
We can remove the zarc dependency (I no longer need to maintain it) by leveraging powershell, however, this appears to be ungodly slow. 7 times slower on the CI (test...
Unfortunately zigup does not build on the latest zig master since the last update was all the way back in May. The ci binaries appear to have expired. Does anyone...
Hello! Thank you for making zigup. Looking at the listed commands when running `zigup master` I don't see any that download the signature or verify the downloaded zig package in...
I get the error ``` /home/clouds/Downloads/zigup/GitRepoStep.zig:60:14: error: expected type '[]const u8', found 'Build.Cache.Directory' b.build_root, ~^~~~~~~~~~~ /home/clouds/zig/0.11.0-dev.1782+b52be973d/files/lib/std/Build/Cache.zig:5:23: note: struct declared here pub const Directory = struct { ^~~~~~ referenced by: buildOrFail:...
I think it would be valuable for there to be a way of building `zigup` [without having to guess which compiler version is compatible with it](https://github.com/marler8997/zigup/issues/63#issue-1319818485). Even better would be...
Author of zarc no longer wants to maintain it and suggested I use truemedian's zig-archive instead. Change is currently held up because zig-archive doesn't work on zig version "0.11.0-dev.1507+6f13a725a" yet.
something going wrong with macos...
Zigup stores each instance of zig into a "zigup-specific" directory. However, it's possible that other frameworks/tools would also like to install specific versions of zig. If each framework/tool has their...