Skip to content

Commit

Permalink
Test with runc from opencontainers/runc#4439
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm committed Oct 11, 2024
1 parent 86acf52 commit bfc170b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/setup/install-runc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
function install_runc() {
# When updating runc-version, consider updating the runc module in go.mod as well
: "${RUNC_VERSION:=$(cat "${script_dir}/runc-version")}"
: "${RUNC_REPO:=https://github.com/akhilerm/runc.git}"
: "${RUNC_REPO:=https://github.com/lifubang/runc.git}"

TMPROOT=$(mktemp -d)
git clone "${RUNC_REPO}" "${TMPROOT}"/runc
Expand Down
2 changes: 1 addition & 1 deletion script/setup/runc-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de4c7d948fc4ea0f8882d3af59b5e0292b5ed39f
ea5f8e0445e80dc29acd9b5d57481a0e936af89b

0 comments on commit bfc170b

Please sign in to comment.