File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,11 @@ function install_runc() {
34
34
: " ${RUNC_REPO:= https:// github.com/ opencontainers/ runc.git} "
35
35
36
36
TMPROOT=$( mktemp -d)
37
- # runc is incompatible with Go 1.22 on glibc-based distros
38
- # https://github.com/opencontainers/runc/issues/4233
39
- GO121DIR=" ${TMPROOT} " /go121
40
- mkdir -p " ${GO121DIR} "
41
- GOBIN=" ${GO121DIR} " go install golang.org/dl/go1.21.11@latest
42
- GO121=" ${GO121DIR} " /go1.21.11
43
- $GO121 download
44
37
git clone " ${RUNC_REPO} " " ${TMPROOT} " /runc
45
38
pushd " ${TMPROOT} " /runc
46
39
git checkout " ${RUNC_VERSION} "
47
- make GO= $GO121 BUILDTAGS=' seccomp' runc
48
- $SUDO make GO= $GO121 install
40
+ make BUILDTAGS=' seccomp' runc
41
+ $SUDO make install
49
42
popd
50
43
rm -fR " ${TMPROOT} "
51
44
}
Original file line number Diff line number Diff line change 1
- v1.1.12
1
+ v1.1.13
You can’t perform that action at this time.
0 commit comments