Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] https://github.com/ziglang/zig/wiki/Building-Static-Zig-on-macOS instructions don't work: https://releases.llvm.org/$LLVMVER/llvm-$LLVMVER.src.tar.xz doesn't exist #5063

Closed
timotheecour opened this issue Apr 16, 2020 · 3 comments

Comments

@timotheecour
Copy link
Contributor

timotheecour commented Apr 16, 2020

https://releases.llvm.org/10.0.0/llvm-10.0.0.src.tar.xz doesn't exist

echo $LLVMVER
10.0.1

wget https://releases.llvm.org/$LLVMVER/llvm-$LLVMVER.src.tar.xz

--2020-04-15 22:00:57-- https://releases.llvm.org/10.0.1/llvm-10.0.1.src.tar.xz
Resolving releases.llvm.org (releases.llvm.org)... 151.101.198.49
Connecting to releases.llvm.org (releases.llvm.org)|151.101.198.49|:443... connected.
HTTP request sent, awaiting response... 404 Not Found

ditto with 10.0.0

@timotheecour
Copy link
Contributor Author

timotheecour commented Apr 16, 2020

it should be either:

https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-project-10.0.0.tar.xz

see also

wget https://github.com/llvm/llvm-project/releases/download/llvmorg-$LLVMVER/lld-$LLVMVER.src.tar.xz

@timmyjose
Copy link

I think you can update the Wiki page yourself.

@andrewrk
Copy link
Member

Those instructions aren't really the official way to build zig on macOS anyway, they're more documenting it for maintainers of the CI such as myself. Anyway this is not an issue in the compiler. Feel free to correct the wiki, or just wait until I need to refer to the instructions myself and update it.

@timotheecour timotheecour changed the title https://github.com/ziglang/zig/wiki/Building-Static-Zig-on-macOS instructions don't work: https://releases.llvm.org/$LLVMVER/llvm-$LLVMVER.src.tar.xz doesn't exist [TODO] https://github.com/ziglang/zig/wiki/Building-Static-Zig-on-macOS instructions don't work: https://releases.llvm.org/$LLVMVER/llvm-$LLVMVER.src.tar.xz doesn't exist May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants