Skip to content
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

CI: CMake: add GCC-14. Use Ubuntu 24.04 as suitable #180

Closed
wants to merge 2 commits into from

Conversation

scivision
Copy link
Contributor

@scivision scivision commented May 8, 2024

UPDATE: waiting for Ubuntu 24.04 to be released to public. The infrastructure is there, but wait a few weeks to be enabled.

Uses distinct Ubuntu 22.04, 24.04 images to get a wide range of GCC tested. Test more recent Clang versions 17, 18 as well.

CMAKE_BUILD_PARALLEL_LEVEL: 4
: This avoids needing to say --parallel on build commands, it's parallel (4 workers) by default.

CTEST_PARALLEL_LEVEL: 0
: This runs tests in parallel (as allowed for particular tests by CMakeLists.txt)

The 2nd commit is unrelated, but by chance a Github Actions runner update for macOS change meant we need to install libtool for that job.

@scivision scivision marked this pull request as draft May 8, 2024 23:41
@scivision scivision closed this May 9, 2024
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.

None yet

1 participant