Skip to content

Commit

Permalink
kola/tests/devcontainer: Disable sandbox features
Browse files Browse the repository at this point in the history
These don't work in nspawn/docker and spam the console with "not permitted"
errors.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
  • Loading branch information
jepio committed Mar 15, 2024
1 parent 5173655 commit 08ed925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kola/tests/devcontainer/devcontainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08ed925

Please sign in to comment.