-
Notifications
You must be signed in to change notification settings - Fork 106
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
Latest dev version (a642651) hangs forever on link.exe #1553
Comments
I'm afraid I don't have a clue what could be going on. Maybe if you can bisect it to the exact commit that introduced this issue that would help explain it? If you don't want to build cg_clif locally, you can download the CI artifacts for a specific commit from https://github.com/rust-lang/rustc_codegen_cranelift/actions/workflows/main.yml?query=branch%3Amaster If you click on the CI run for the commit in question, you can scroll down to the bottom to see the release artifacts. Github only keeps them for a relatively limited amount of time, though I expect the artifacts for 2024-12-14 to still exist. |
Actually maybe 4cc1c90 is the offending commit? Can you check if it works on the commit before this and breaks with this commit? |
I'll try it when it's ready. |
It is ready. The last push to the PR was just a cosmetic thing. CI failure on FreeBSD exists on master too. Something broke on the rustc side. |
I tried msvc bundle from https://github.com/rust-lang/rustc_codegen_cranelift/actions/runs/12772502374. It works! |
Opened rust-lang/rust#135776 to sync the fix to the rust repo. |
Tried today the latest dev version and the
cargo-clif build`` is stopping on
link.exe` forever!I'm coming from
cargo 1.85.0-nightly (769f622e1 2024-12-14)
that works OK.I'm on Microsoft
14.42.34433.0
, Windows 11.The text was updated successfully, but these errors were encountered: