-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Ubuntu 22.04, GNU C++ 13.1.0 removed from image 20240514.2.1 #9866
Comments
Hey @marcalff! It's an expected behaviour. We removed external PPA with GCC-9 and GCC-13 from the image. See there: #9679
It will take about three minutes: sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -y
sudo apt-get install gcc-13 |
Thanks for the quick reply. I am willing to accept there is a good reason for this, but calling this "expected behavior" is another story. Now looking to upgrade our CI to use Ubuntu-24.04 then. |
gcc-13 has been removed from ubuntu-22.04, see actions/runner-images#9866
gcc-13 has been removed from ubuntu-22.04, see actions/runner-images#9866
Add a separate job to run specifically for GCC 13 in Ubuntu 24.04 as the package was removed from Ubuntu 22.04. Related issue actions/runner-images#9866
@actions I've been quite happy with most of GitHub Actions so far but dropping GCC 13 from ubuntu-22.04 images is breaking API contracts, breaking existing CI across the board — were you really not aware of the consequences? None of these runs were suppose to fail in the first place…
…and now I'm forced to deal with that change in time or every new push and pull request will be red — ouch! Please think again next time you're breaking CI for everyone, thank you. |
Fixed CI (actions/runner-images#9866) Added option to toggle Capture Voice During a Phone Call *NOTE: Tested only on WF-1000XM5 Added some debug markers
Description
This is a regression, GCC 13.1.0 was removed.
See commit:
Platforms affected
Runner images affected
Image version and build link
Image: ubuntu-22.04
Version: 20240514.2.0
Is it regression?
Build succeeds with:
Expected behavior
GNU C++ 13.1.0 available
Actual behavior
GNU C++ 13.1.0 was available before, and was removed.
Repro steps
CI build break in opentelemetry-cpp
https://github.com/open-telemetry/opentelemetry-cpp/actions/runs/9108384703/job/25039040061?pr=2669#logs
The text was updated successfully, but these errors were encountered: