-
Notifications
You must be signed in to change notification settings - Fork 411
Nightly builds fail - libLLVM issue #1650
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
Comments
Could you try reinstalling the nightly toolchain by uninstalling and reinstalling it? |
FWIW I had a go at the repro using the exact same version of cross and nightly toolchain and everything compiled cleanly without any errors. My host was Ubuntu 22.04.5 under WSL2.
Edited
Hope that's a useful data point! |
That's weird. I'll try to repro again later. I had the same issue locally and in a github action as well! |
Oh yeah, your rust is too new. Please try nightly-2025-01-12 |
For some odd reason i get backward incompatibilities with my code after 1.87, so news to use 1.86 until i figure out how to solve it. Cross works for nightly latest, but not with that version |
Not for me - works fine with nightly-2025-01-12:
I also note that your original report at the top of this issue seems to have been from 1.87.0-nightly (43a2e9d2c 2025-03-17), wasn't it? Perhaps some other variable in your environment is behind the failing/non-failing behaviour? |
Yeah ill need to double check - i dont remember. However i believe i tried with a totally empty project as well. Let me try again when i have time |
I get the issue on github actions only. Ill send a repro action when i get to it |
Uh oh!
There was an error while loading. Please reload this page.
Checklist
Describe your issue
#1496 seems related.
Repro:
rustls = { version = "*", default-features=false, features=["ring"] }
as dependencycross build --target arm-unknown-linux-gnueabi
What target(s) are you cross-compiling for?
arm-unknown-linux-gnueabi
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5 (36c0d78 2025-03-08)
Example
The text was updated successfully, but these errors were encountered: