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

fix: fix a bug where bazel run @jq//:jq cannot be run on M1 #354

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

kormide
Copy link
Collaborator

@kormide kormide commented Feb 3, 2023

On M1 jq will download to a jq_darwin_amd64 toolchain repo, but the host repo tries to reference jq_darwin_arm64, which doesn't exist.

@kormide kormide changed the title fix: fix a bug where bazel run @jq://jq cannot be run on M1 fix: fix a bug where bazel run @jq//:jq cannot be run on M1 Feb 3, 2023
Copy link
Collaborator

@gregmagolan gregmagolan left a comment

Choose a reason for hiding this comment

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

🌮

@kormide kormide merged commit d413641 into bazel-contrib:main Feb 3, 2023
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.

2 participants