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

Update zig to latest master and successfully bootstrap x86_64 macOS! #56

Closed
wants to merge 2 commits into from

Conversation

kubkon
Copy link
Member

@kubkon kubkon commented May 9, 2021

Closes #38

With latest zig master, we are now able to successfully bootstrap zig for both x86_64 and arm64 macOS from anywhere!

@kubkon kubkon requested a review from andrewrk May 9, 2021 16:27
@kubkon kubkon mentioned this pull request May 9, 2021
@@ -7,7 +7,7 @@ TARGET="$2" # Example: riscv64-linux-gnu
MCPU="$3" # Examples: `baseline`, `native`, `generic+v7a`, or `arm1176jzf_s`

ROOTDIR="$(pwd)"
ZIG_VERSION="0.8.0-dev.1813+88d40fc00"
ZIG_VERSION="0.8.0-dev.1702+f67e75621"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where did this 1702 number come from? it should be 2167 or thereabouts.

anyway my bad I didn't see this PR and I did it in master branch!

@andrewrk
Copy link
Member

andrewrk commented May 9, 2021

Landed in 97391bf!

@andrewrk andrewrk closed this May 9, 2021
@andrewrk andrewrk deleted the bump-zig-master branch May 9, 2021 18:22
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

Successfully merging this pull request may close these issues.

x86_64-macos-gnu
2 participants