Skip to content

Commit bfc170b

Browse files
committed
Test with runc from opencontainers/runc#4439
Signed-off-by: Akhil Mohan <[email protected]>
1 parent 86acf52 commit bfc170b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/setup/install-runc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
function install_runc() {
3232
# When updating runc-version, consider updating the runc module in go.mod as well
3333
: "${RUNC_VERSION:=$(cat "${script_dir}/runc-version")}"
34-
: "${RUNC_REPO:=https://github.com/akhilerm/runc.git}"
34+
: "${RUNC_REPO:=https://github.com/lifubang/runc.git}"
3535

3636
TMPROOT=$(mktemp -d)
3737
git clone "${RUNC_REPO}" "${TMPROOT}"/runc

script/setup/runc-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
de4c7d948fc4ea0f8882d3af59b5e0292b5ed39f
1+
ea5f8e0445e80dc29acd9b5d57481a0e936af89b

0 commit comments

Comments
 (0)