Skip to content

Commit 1f6b6c6

Browse files
committed
test with modified runc
Signed-off-by: Akhil Mohan <[email protected]>
1 parent 78768c6 commit 1f6b6c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/setup/install-runc

Lines changed: 1 addition & 1 deletion
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/opencontainers/runc.git}"
34+
: "${RUNC_REPO:=https://github.com/akhilerm/runc.git}"
3535

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

script/setup/runc-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.15
1+
de4c7d948fc4ea0f8882d3af59b5e0292b5ed39f

0 commit comments

Comments
 (0)