-
Notifications
You must be signed in to change notification settings - Fork 263
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
Support macOS with M1 processor #217
Comments
Updating bazel should resolve this. |
@Vertexwahn I tried also 6.0.0-pre.20221020.1 with the same error... Currently I have Rosetta 2 installed as a workaround... |
Are you running the arm version of Bazel? I have the 5.3.2 ARM working for me in an M1 here. |
@mikelalcon I used Bazel on macOS with M1 before I installed Rosetta 2 (via |
From what I see from your log, the failure is for:
That is a tool that Bazel ships with it, not Copybara related. So definitely ijar seems to be x64 instead of ARM. Another posibility is that it is in the cached downloads of Bazel. Maybe |
I now have Rosetta 2 installed and need it from time to time for other applications (so I cannot uninstall it) - unfortunately, I have no idea how to check if it would work now without Rosetta 2 - therefore I close this issue since Copybara works now for me on M1 |
resutls on my macBook (with M1 processor) in:
So far copybara worked for me on Ubuntu 22.04 (with x64)
Used Bazel version: 5.3.2
Or it this an Bazel issue? bazelbuild/bazel#13944
Is there a workaround?
I currently embed copybara this way in my WORKSPACE file:
The text was updated successfully, but these errors were encountered: