-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Bug]: ruff failing on my M1 Mac #42
Comments
I'm also observing this (even outside rules_lint just trying to get the ruff binary pulled in). Did you wind up making any progress here? |
seeing the same issue when fetching v0.1.4/ruff-x86_64-apple-darwin.tar.gz |
I have seen similar issue with bazel's http_archive uses |
I'm on the fence about whether we should attempt a workaround, or get the Bazel bugfix cherry-picked to the 6.4.x branch, or just instruct users to upgrade to Bazel 7. |
Here's an update on this one: bazelbuild/bazel#20269 (comment) |
What happened?
bazel run tools:format
fails.Version
HEAD
How to reproduce
No response
Any other information?
I fetch the tool outside of Bazel:
Then let's check the content:
Now we take those identical hashes and try to fetch with Bazel:
And somehow we don't get the same checksum of the ruff binary??
The text was updated successfully, but these errors were encountered: