Skip to content

Commit e38e583

Browse files
authored
Merge pull request containerd#10559 from thaJeztah/1.7_backport_fix_runc_version
[release/1.7 backport] script/setup/install-runc: fix runc using incorrect version
2 parents 68b3461 + d51143f commit e38e583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/setup/install-runc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function install_runc() {
3737
git clone "${RUNC_REPO}" "${TMPROOT}"/runc
3838
pushd "${TMPROOT}"/runc
3939
git checkout "${RUNC_VERSION}"
40-
make BUILDTAGS='seccomp' runc
40+
env -u VERSION make BUILDTAGS='seccomp' runc
4141
$SUDO make install
4242
popd
4343
rm -fR "${TMPROOT}"

0 commit comments

Comments
 (0)