Skip to content

Comments

Fix Linux CI: replace g++-10-multilib with g++#10

Merged
ThisAMJ merged 2 commits intomasterfrom
copilot/fix-linux-build-issue
Feb 23, 2026
Merged

Fix Linux CI: replace g++-10-multilib with g++#10
ThisAMJ merged 2 commits intomasterfrom
copilot/fix-linux-build-issue

Conversation

Copy link
Contributor

Copilot AI commented Feb 23, 2026

ubuntu-latest upgraded to Ubuntu 24.04, where g++-10-multilib's dependencies (gcc-11-base, libasan6, libc6-dev-i386, etc.) are no longer resolvable — returning 404s from the Ubuntu security mirror.

Changes

  • .github/workflows/CI.yaml: Replace g++-10-multilib with g++

Multilib was never functionally required — the bundled SFML libraries are 64-bit and the Makefile has no -m32 flags. The default g++ (GCC 13 on Ubuntu 24.04) is sufficient.

Original prompt

Reference: https://github.com/p2sr/GhostServer/commit/7e9860b1e17ed3c64f8c07f61d4feb65165ca480/checks?check_suite_id=58267027324

Fix Linux build pls. Something broke in actions since the previous run (there were no code changes)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: ThisAMJ <69196954+ThisAMJ@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Linux build issue in CI actions Fix Linux CI: replace g++-10-multilib with g++ Feb 23, 2026
Copilot AI requested a review from ThisAMJ February 23, 2026 22:11
@ThisAMJ ThisAMJ marked this pull request as ready for review February 23, 2026 22:12
@ThisAMJ ThisAMJ merged commit 209a7df into master Feb 23, 2026
4 checks passed
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