Update CI/CD dropping unmaintained gcc compilers - #245
Open
marcoSanti wants to merge 3 commits into
Open
Conversation
Dropped old gcc compilers
marcoSanti
force-pushed
the
ci-cd-fixes
branch
from
September 10, 2026 07:29
2c77ebe to
97ff131
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #245 +/- ##
==========================================
- Coverage 63.46% 60.46% -3.01%
==========================================
Files 79 83 +4
Lines 3274 3402 +128
Branches 2008 2070 +62
==========================================
- Hits 2078 2057 -21
- Misses 399 1061 +662
+ Partials 797 284 -513 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
… to issues out of our control
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the CI compiler test matrix in
.github/workflows/ci-tests.yaml, dropping outdated images, fixing a resultingapt updatefailure, and making the build steps resilient to transient failures outside our control.gcc:9–gcc:11from the build matrix (keptgcc:12–gcc:16).zhongruoyu/llvm-portsfromX.0-trixie/X.1-bullseyeto plainX-trixieversions (13–21).clang 22andclang 23(zhongruoyu/llvm-ports:22-trixie,zhongruoyu/llvm-ports:23-trixie).-o Acquire::Check-Valid-Until=falseto theapt updatestep (gfortran install) to work around expired repo metadata on older base images.nick-fields/retry@v3(3 attempts, 10s wait between retries; 10min timeout for install, 30min timeout for CMake) so transient package-mirror or build-environment failures don't fail CI outright.