Update Docker/CI to latest Ubuntu/Alpine, Clang22+GCC15#10333
Merged
Conversation
zach2good
approved these changes
Jun 16, 2026
| Publish_Changelog: | ||
| name: Generate and Publish Changelog | ||
| runs-on: ubuntu-24.04 | ||
| runs-on: ubuntu-latest |
Contributor
There was a problem hiding this comment.
latest is a rolling tag, is ubuntu-26.04 available for use instead?
Contributor
Author
There was a problem hiding this comment.
Yeah, latest is still 24.04 while 26.04 is in preview. I figured for general workflows like this latest would be fine, one less thing to keep track of. I think only the builds use an explicit version.
Updates to LLVM22 and GCC15.
- Updates to LLVM22 and GCC15. - Updates runners to Python 3.14.
Fixes build issues with clang-22.
performance-unnecessary-copy-initialization
- Add explicit co_return for cppcheck errors [missingReturn] - Return by const reference. [returnByReference]
Node.js 20 is deprecated. Upgrade to latest versions of affected actions.
Scripts were just being mounted instead of copied during buildtime to save time, but this caused write access issues when generating enums during the build.
Contributor
Author
|
Added a commit to fix the current docker build issue. Should be good to go now. Required status checks will need to be updated in the github settings to reflect the new ubuntu version. |
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.
I affirm:
What does this pull request do?
Update Docker and CI runners to Ubuntu 26.04 and Alpine 3.24.
Update to Clang 22 and GCC 15.
Cleans up some new errors from clang-tidy and cppcheck.
Updates fmt, spdlog, recastnavigation, and efsw to fix some build issues.
Update GitHub Actions versions as Node.js 20 actions are deprecated.
There are some formatting changes needed for clang-format 22, but adding them to this PR would cause sanity checks to fail as they conflict with clang-format 20 used in the current devtools. Will submit after this.
Steps to test these changes
Build results
Test results
Can pull
ghcr.io/cocosolos/server:latestto test the image.