make runc 1.1 for oss_fuzz_build.sh#7875
Conversation
Signed-off-by: yanggang <[email protected]>
|
Hi @yanggangtony. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| # Build runc | ||
| cd $SRC/ | ||
| git clone https://github.com/opencontainers/runc --branch release-1.0 | ||
| git clone https://github.com/opencontainers/runc --branch release-1.1 |
There was a problem hiding this comment.
Wondering; should this use the version that's specified in script/setup/runc-version ? https://github.com/containerd/containerd/blob/aee92eb46ee23eae791fc6fa3626f0bfb41b2801/script/setup/runc-version#LL1C7-L1C7
Or perhaps even use the install-runc script as a whole? https://github.com/containerd/containerd/blob/main/script/setup/install-runc
Signed-off-by: yanggang [email protected]
As go.mod import runc 1.1.4 , So change the
contrib/fuzz/oss_fuzz_build.shto follow branch 1.1