Skip to content

Commit 5b7f265

Browse files
authored
Merge pull request #5184 from thaJeztah/fixate_buildtags
Prevent runc inheriting BUILDTAGS from containerd
2 parents 92009ad + 55a9bbc commit 5b7f265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/install-runc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function install_runc() {
3030
git clone https://github.com/opencontainers/runc.git "${TMPROOT}"/runc
3131
pushd "${TMPROOT}"/runc
3232
git checkout "${RUNC_VERSION}"
33-
make
33+
make BUILDTAGS='seccomp' runc
3434
make install
3535
popd
3636
rm -fR "${TMPROOT}"

0 commit comments

Comments
 (0)