-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Why is latest CI build still GCC 13.2 and not 14.2? #1569
Comments
Something to do with this perhaps?
|
Thanks for bringing this up! I noticed the request from @szedani, but illness kept me from moving this thing forward. In essence, the reason why the CI builds fail is that Ubuntu 20.04 LTS is too old to build a recent version of QEMU. |
Thanks @cmuellner - hope you're feeling better now/soon! I just saw your comment here: |
The proposed fix is to drop Ubuntu 20.04 (see #1570). |
Thanks @cmuellner - I had actually seen that but failed to join the dots... :-) |
When does a "release" job get triggered? |
The PR was merged today, not yesterday. The nightly release is defined here: https://github.com/riscv-collab/riscv-gnu-toolchain/blob/master/.github/workflows/nightly-release.yaml
Cron columns are minute, hour, day-of-month, month-of-year, day-of-week. |
Thanks @cmuellner. 👍 |
Here in Austria the PR page states "kito-cheng merged commit cbd3989 into riscv-collab:master 5 hours ago". And when I hover over the "5 hours ago" the hover text says "Oct 10, 2024, 11:42 AM GMT+2". |
Sorry - my mistake. I glanced at the PR and misread this as "committed" and assumed that it was the merging of the PR. |
Should be fixed by this: |
Still not addressed: |
See also... |
Closing this since it's effectively already covered here: And also by various work in progress PRs. |
The PR to bump the toolchain to GCC 14.2 was merged a few weeks ago:
but the latest CI build of the toolchain is still GCC 13.2:
Why?
The text was updated successfully, but these errors were encountered: