CI/GHA: switch to OBS criu repo, bring in criu 3.16#3222
Merged
cyphar merged 5 commits intoopencontainers:masterfrom Sep 24, 2021
Merged
CI/GHA: switch to OBS criu repo, bring in criu 3.16#3222cyphar merged 5 commits intoopencontainers:masterfrom
cyphar merged 5 commits intoopencontainers:masterfrom
Conversation
The Debian_11 was not available in this repo at the time when commit 24d318b was made, so we had to use Debian_10 URL for Debian 11 (apparently without any consequences). Now Debian_11 is available, so let's switch to it. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This fixes > Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Apparently, "the internets" disagree with the above, instead suggesting using /usr/share/keyrings and a signed-by= declaration in sources.list. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This will bring criu 3.16, which is available from OBS but not (yet?) PPA. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This was supposed to be added temporarily, but slipped into the final commit. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Contributor
Author
|
This is CI only (i.e. no changes other than CI) and is needed
|
Merged
mrunalp
approved these changes
Sep 23, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apparently (https://criu.org/index.php?title=Packages&diff=5197&oldid=5196) criu PPA repo, used for GHA CI, is replaced with the OBS repo (already used by Dockerfile), so let's use it.
While at it, modify the Dockefile to
See individual commits for more details.
This brings criu 3.16 to the table! 🎉