Revert binutils installation - #161511
Conversation
|
r? @marcoieni rustbot has assigned @marcoieni. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
|
I'd suggest bumping Line 243 in 93a81b4 |
|
Actually, nevermind about the timeout bump. GHA doesn't allow jobs running for longer than 6h. |
Will do. I have two try builds going on to maybe learn a bit more about the issue in case that lets us do a full revert. But if we don't have any idea by tomorrow morning, a revert is probably the best option. I looked at that libtikv_jemalloc_sys-d80fed9554ea7cfd.rlib file and it seems indeed corrupted, so this should affect not just Miri but everyone building rustc drivers such as clippy or rustdoc against the rustc-dev component that we ship. aarch64-linux just doesn't have that many users which is likely why nobody else notices. |
|
Just to make sure #161243 is really the cause here: did you run your out-of-tree miri build against the current PR (this revert)? |
|
⌛ Trying commit b9e31fc with merge 0d71559… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/32572474480 |
Revert binutils installation try-job: dist-aarch64-linux
|
Yeah, it wasn't the GCC PR this time. So sorry for this! I should have checked earlier rather than just going based off of "the symptoms are exactly the same". |
|
It's a big relief. :') And no problem, thanks for double-checking. :) |
This reverts #161243 as that broke the Miri build again.
Can we maybe build the GCC backend on a different builder where it cannot affect anything else? Or in a separate docker container, or so? Apparently, the GCC build system is so arcane that it is nearly impossible to build GCC without side-effects on the rest of the system.
Cc @Kobzol @GuillaumeGomez