You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ 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 unsuccessful response '404 Not Found'
rm -rf '/Users/me/zig/latest.installing'
https://ziglang.org/download/latest/ does not exist. From what I can tell with my limited zig-knowledge zigup.zig downloads download_index_url = "https://ziglang.org/download/index.json" and I don't see how it gets this latest/ path .
The text was updated successfully, but these errors were encountered:
I think you're looking for zigup master. latest isn't a special reserved version so it's trying to interpret it as a version specifier (i.e. 0.14.0-dev.2271+f845fa04a). It would be nice to improve this error message but having non-special versions has valid use cases, for example you can copy a versioned subdirectory and name it whatever you want and just switch to it via zigup my-custom-version.
v2024_05_05
os=macos, arch=x86_64
https://ziglang.org/download/latest/
does not exist. From what I can tell with my limited zig-knowledgezigup.zig
downloadsdownload_index_url = "https://ziglang.org/download/index.json"
and I don't see how it gets thislatest/
path .The text was updated successfully, but these errors were encountered: