-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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/gha: add ubuntu 22.04 #3820
ci/gha: add ubuntu 22.04 #3820
Conversation
12be6f8
to
e573cc5
Compare
Oh nice, actions/setup-go@v4 enables go cache caching by default, and it manages to bring some artefacts compiled on Ubuntu 22.04 to Ubuntu 20.04, resulting in weird linker errors. Filed actions/setup-go#368 |
cb4a9b5
to
6074098
Compare
Yikes! |
For test jobs, add ubuntu 22.04 into the matrix, so we can test of both cgroup v1 and v2. For validate jobs, just switch to ubuntu 22.04 Signed-off-by: Kir Kolyshkin <[email protected]>
No longer a draft. PTAL @AkihiroSuda @thaJeztah |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actions/setup-go#368 and opencontainers/runc#3820 (comment) discuss issues with the cache key for actions/setup-go@v4. Rather than reverting the upgrade to v4 (per discussion in containerd#8372), disable caching explicitly. Signed-off-by: Samuel Karp <[email protected]>
actions/setup-go#368 and opencontainers/runc#3820 (comment) discuss issues with the cache key for actions/setup-go@v4. Rather than reverting the upgrade to v4 (per discussion in containerd#8372), disable caching explicitly. Signed-off-by: Samuel Karp <[email protected]>
actions/setup-go#368 and opencontainers/runc#3820 (comment) discuss issues with the cache key for actions/setup-go@v4. Rather than reverting the upgrade to v4 (per discussion in containerd#8372), disable caching explicitly. Signed-off-by: Samuel Karp <[email protected]>
Add Ubuntu 22.04 to GHA CI test matrix, and switch from 20.04 to 22.04 for validate jobs.
Note that Ubuntu 22.04 uses cgroup v2.