-
Notifications
You must be signed in to change notification settings - Fork 13.5k
ubuntu jammy (22.04) apt installation busted #100466
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
yes, it is expected during the 19 => 20 migration |
The unversioned one is suffering from LLVM 19 => 20 migration issues, see llvm/llvm-project#100466.
The unversioned one is suffering from LLVM 19 => 20 migration issues, see llvm/llvm-project#100466.
The unversioned one is suffering from LLVM 19 => 20 migration issues, see llvm/llvm-project#100466.
The unversioned one is suffering from LLVM 19 => 20 migration issues, see llvm/llvm-project#100466.
The unversioned one is suffering from LLVM 19 => 20 migration issues, see llvm/llvm-project#100466.
If literally the entire upstream LLVM toolchain repo becomes unusable for several days in a row, and this is supposed to be "expected", then there is something fundamentally wrong with the migration process. This sort of oopsie should never be business as usual. Currently every single GitHub CI workflow that relies on the official LLVM toolchain repo on Ubuntu 24.04 is unable to compile anything with Clang 19. And this happens even when simply trying to install the non-version-specific Just adding
to the repository list and doing
will cause a failure because I'd like to also remind everyone that Ubuntu 24.04 is a stable long-term support release, and it's also the most recent Ubuntu image available as a GitHub runner right now. No one who thought they could rely on the official LLVM repo can currently run CI builds with Clang-19 on GitHub. The only reason why my Debian unstable desktop installation didn't break is because Debian's own repo has a clang-19 package. If it weren't for my GitHub CI breaking I would be blissfully unaware about this garbage fire situation. |
@imaami Thanks for valuable feedback. |
Should be fixed now |
Can confirm that it is working. |
This appears to be happening again? I'm seeing the same error messages today. This has been working in CI for weeks now, and suddenly it has broken |
this one ? |
Hmmm... I've seen that issue. I'm seeing the same errors that |
Installing LLVM via apt in Github Actions:
produces
seen in https://github.com/aya-rs/aya/actions/runs/10083697631/job/27880839042?pr=997.
The code hasn't changed in a long time, but the problem is new (as of today).
The text was updated successfully, but these errors were encountered: