Skip to content

Add support for using Ubuntu 24.04 in CI #140

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kou
Copy link
Contributor

@kou kou commented Feb 13, 2025

GitHub hosted runner has GCC 14 by default. It seems that we can't use GTest 1.13.0 bundled in Velox with libstdc++ in GCC 14.

We can use GTest 1.13.0 with libstdc++ in GCC 13. So this removes GCC 14 and install GCC 13.

We can remove this workaround after Velox updates bundled GTest.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Feb 13, 2025
@kou kou mentioned this pull request Feb 13, 2025
@kou kou force-pushed the ci-ubuntu-24.04 branch 2 times, most recently from d3ce4ca to 7328db7 Compare February 21, 2025 02:24
GitHub hosted runner has GCC 14 by default. It seems that we can't use
GTest 1.13.0 bundled in Velox with libstdc++ in GCC 14.

We can use GTest 1.13.0 with libstdc++ in GCC 13. So this removes GCC
14 and install GCC 13.

We can remove this workaround after Velox updates bundled GTest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants