Skip to content

Commit

Permalink
[DNM] Checking runc v1.2.0 fix
Browse files Browse the repository at this point in the history
This is just to run CI in order to check if
 opencontainers/runc#4474
fixes
 opencontainers/runc#4466.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Oct 25, 2024
1 parent 5a2da17 commit c2a86e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion script/setup/install-runc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ 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/opencontainers/runc.git}"
: "${RUNC_REPO:=https://github.com/kolyshkin/runc.git}"


TMPROOT=$(mktemp -d)
trap "rm -fR ${TMPROOT}" EXIT
Expand Down
2 changes: 1 addition & 1 deletion script/setup/runc-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.14
v1.2.0-2-g7169f2d9

0 comments on commit c2a86e3

Please sign in to comment.