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

🔨 Ubuntu 24.04 LTS (Noble Numbat) Upgrade (eta. April 25, 2024) #4670

Closed
3 tasks done
zach2good opened this issue Nov 3, 2023 · 6 comments
Closed
3 tasks done
Assignees
Labels
enhancement New feature request

Comments

@zach2good
Copy link
Contributor

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.

Describe the feature

Following the same pattern we've followed since like, 2020: When the latest ubuntu LTS comes out AND BECOMES AVAILABLE AS A GITHUB ACTIONS RUNNER: we will upgrade and pick whatever compilers and toolchain things that come packaged with that runner - and then update our Windows requirements as necessary.

This will include, but not be limited to:

  • C++ compiler
  • Use of std::format, std::expected, and other goodies that will come from having C++20 across the board
  • All the additional errors and warnings that will become available with new compiler tooling
  • New Python, etc.
  • Not having to build LuaJIT on certain runners in CI
  • Updating the version of spdlog we use to use the version that uses std::format and not fmtlib
  • Check versions of MariaDB, etc.
  • OpenSSL, etc.
@zach2good zach2good added the enhancement New feature request label Nov 3, 2023
@zach2good zach2good self-assigned this Nov 3, 2023
@zach2good
Copy link
Contributor Author

Also new CMake version

@zach2good
Copy link
Contributor Author

And then update all the docs, and yell very loudly from the rooftops that people need to upgrade their stuff (we can also block builds and have helpful error messages - not that people read the error messages we already produce ;_;)

@zach2good
Copy link
Contributor Author

Boo, std::expected is C++23, we'll need to use nonstd

@zach2good
Copy link
Contributor Author

It looks like GH has started to roll out access, will be able to do this soon: actions/runner-images#9754

@zach2good
Copy link
Contributor Author

Checking in on this:

https://github.com/actions/runner-images

Ubuntu 24.04 is still listed as Beta

https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md

We may be restricted on Linux by what C++ compilers are available for use on OSX:

https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md

Like, if we want to use the clang-18 that's available on the Ubuntu 24.04 release, only clang-15 is available on OSX, etc.

@zach2good
Copy link
Contributor Author

This is in now, hooray!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant