-
-
Notifications
You must be signed in to change notification settings - Fork 610
ci: use Ubuntu 22.04 #3083
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: use Ubuntu 22.04 #3083
Conversation
Hi, @meteorcloudy, do you know why the RBE CI started failing over the past week? The first guess was that it was because Ubuntu 2004 is too old, but just bumping it does not solve the failure. |
We did update the rbe config last week, but not sure if the compile error is caused by that:
Are you able to reproduce the same issue with the /cc @coeuvre |
I see, you probably need to update the docker container used for the RBE workers, which is currently See
Update to |
Try to fix the RBE errors like: ``` external/abseil-cpp+/absl/hash/internal/hash.h:66:10: fatal error: filesystem: No such file or directory ``` Followed the fix for python bazel-contrib/rules_python#3083.
Update the CI configuration and start testing on Ubuntu 22.04.
Fixes #3084