-
Notifications
You must be signed in to change notification settings - Fork 443
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
Musl cross compiling example can't build cross-platform #2843
Comments
I wonder if this is related to #2775 |
I ran full tilt into this issue while porting the MUSL example from WORKSPACE to Bazelmod. Repro: Furthermore, another example I made today that is a bit more complex than hello world also fails to cross compile. Repro: |
It looks like there are two differences:
|
Fixed in #2841 :) |
While working on #2841 I noticed that I was unable to produce a crate_universe output that worked on both Linux and MacOS for the
musl-cross_compiling
example. On MacOS, I generated the following diff to the lock file.However, this fails CI with
When enabling
CARGO_BAZEL_DEBUG
I can see a difference between the outputs on MacOS vs LinuxWe should understand this issue.
The text was updated successfully, but these errors were encountered: