-
Notifications
You must be signed in to change notification settings - Fork 907
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
Test Ubuntu 24.04 in CI workflows. #16998
Conversation
An issue I see here is that Ubuntu 24.04 has different tzdata than previous releases. We get errors like:
Here's a diff of the tzdata contents in We may need to update our test files. |
I filed an upstream issue because this problem appears to be affecting several libraries. apache/orc#2049 |
Resolves #8795. Also needed for #16998. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - David Wendt (https://github.com/davidwendt) - Vyas Ramasubramani (https://github.com/vyasr) URL: #17102
Testing is complete. rapidsai/shared-workflows#248 has been merged, so we can close this. The timezone path error message was handled in #17102. |
This PR tests Ubuntu 24.04 in CI workflows. See rapidsai/shared-workflows#248.
Contributes to rapidsai/build-planning#74.