Skip to content

Pull GCC <=11 from another PPA in CI build.#390

Merged
adamshapiro0 merged 1 commit intomasterfrom
fix-ci-gcc
Feb 18, 2026
Merged

Pull GCC <=11 from another PPA in CI build.#390
adamshapiro0 merged 1 commit intomasterfrom
fix-ci-gcc

Conversation

@adamshapiro0
Copy link
Collaborator

Fixes

  • Fixed failing CI apt installs for earlier GCC versions

@adamshapiro0 adamshapiro0 requested a review from bhers4 February 18, 2026 14:12
@adamshapiro0 adamshapiro0 self-assigned this Feb 18, 2026
Copy link
Contributor

@bhers4 bhers4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Hit the same problem last night and an alternative solution I found was using apt-get. This worked as well: sudo apt-get install -y --fix-missing gcc-${{ matrix.version }} g++-${{ matrix.version }}

@adamshapiro0
Copy link
Collaborator Author

Huh I'm surprised --fix-missing worked. That tells apt to ignore the 404s and continue installing any other packages you asked for, but when it finishes gcc-11 still won't be installed (since it had a 404).

@adamshapiro0 adamshapiro0 merged commit 783d4da into master Feb 18, 2026
17 checks passed
@adamshapiro0 adamshapiro0 deleted the fix-ci-gcc branch February 18, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants