zigup icon indicating copy to clipboard operation
zigup copied to clipboard

Download and manage zig compilers.

Results 68 zigup issues
Sort by recently updated
recently updated
newest added

When running `zigup 0.14.0-dev.2577+271452d22`I get the following output: > error: zig compiler '/opt/homebrew/bin/zig' is higher priority in PATH than the path-link '/opt/homebrew/Cellar/zigup/2025.01.02/bin/zig' > error: the path link '/opt/homebrew/Cellar/zigup/2025.01.02/bin/zig' is not...

Running this for a server that ends up resolving an ipv6 address for github. However ipv6 isn't properly configured on this subnet so I need to be able to force...

Thanks for making this awesome tool! I love how simple it is to install and use. What do you think about a feature like this? 1. when `zigup` is run...

I'm not entirely certain this feature falls within the project's current scope or what its implementation complexity might be. However, with Zig 0.13, the zig init command generates all necessary...

On windows we the weird win32exelink program to forward invocations of zig to the currently configured version. If you kill that process, it doesn't kill the running zig program. We...

[v2024_05_05](https://github.com/marler8997/zigup/releases/tag/v2024_05_05) os=macos, arch=x86_64 ```bash ❯ zig-out/bin/zigup fetch latest install directory '/Users/me/zig' mkdir '/Users/me/zig' rm -rf '/Users/me/zig/latest.installing' mkdir '/Users/me/zig/latest.installing' downloading 'https://ziglang.org/download/latest/zig-macos-x86_64-latest.tar.xz' to '/Users/me/zig/latest.installing/zig-macos-x86_64-latest.tar.xz' error: download 'https://ziglang.org/download/latest/zig-macos-x86_64-latest.tar.xz' failed: HTTP server replied with...

Hey! I really love zigup and I have been using it almost everyday for the past week :) There is a similar tool in the Haskell ecosystem `ghcup` and it...

It takes about 15 seconds to run `zig fmt` for the first time after a clean zig installation and it's annoying to have that hang my editor. I think it...