From 08ed925be49742ef875c1553575650ff4bb1634d Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 15 Mar 2024 12:27:05 +0100 Subject: [PATCH] kola/tests/devcontainer: Disable sandbox features These don't work in nspawn/docker and spam the console with "not permitted" errors. Signed-off-by: Jeremi Piotrowski --- kola/tests/devcontainer/devcontainer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kola/tests/devcontainer/devcontainer.go b/kola/tests/devcontainer/devcontainer.go index e5bbb87d8..23dbd0bb7 100644 --- a/kola/tests/devcontainer/devcontainer.go +++ b/kola/tests/devcontainer/devcontainer.go @@ -54,6 +54,7 @@ if [[ "${EXPECTED_VERSION}" != "${FLATCAR_RELEASE_VERSION}" ]]; then fi export PORTAGE_BINHOST="${PORTAGE_BINHOST}" +export FEATURES="-ipc-sandbox -network-sandbox" emerge-gitclone emerge --getbinpkg --verbose coreos-sources zcat /proc/config.gz >/usr/src/linux/.config