Skip to content

Commit

Permalink
test: Disable podman seccomp for Gentoo
Browse files Browse the repository at this point in the history
Build dependency installation recently started to fail with

    mkfifo: cannot set permissions of '/var/tmp/portage/dev-libs/vala-common-0.56.17/temp/multijob.4DxGTc': Operation not permitted
  • Loading branch information
martinpitt committed May 20, 2024
1 parent d361b2e commit 94589f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fi
$RUNC run --rm -v gentooportage:/var/db/repos/gentoo docker.io/gentoo/portage /bin/true

$RUNC run --interactive ${OPTS:-} \
--security-opt=seccomp=unconfined \
--volume `pwd`:/source:ro --volume gentooportage:/var/db/repos/gentoo \
--cap-add=CAP_SYS_ADMIN --cap-add=CAP_NET_ADMIN --cap-add=CAP_SYS_PTRACE \
docker.io/gentoo/stage3 /bin/sh -eux <<EOF
Expand Down

0 comments on commit 94589f1

Please sign in to comment.