Skip to content

Commit

Permalink
Makefile: Turn off seccomp for test-in-podman
Browse files Browse the repository at this point in the history
See containers/podman#21012 for the full
background. Basically, running test-in-podman as part of the github
workflow doesn't work when using Fedora 40 or later because of the new
fchmodat2 syscall.

Disable seccomp until this works again.
  • Loading branch information
bcl committed Jun 5, 2024
1 parent 3b8d5f8 commit e7fabc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ test-in-podman:
@mkdir -p `pwd`/.test-results
$(DOCKER) run --rm -v `pwd`/.test-results/:/test-results \
-v `pwd`:/lorax-ro:ro --security-opt label=disable \
--security-opt seccomp=unconfined \
--env RUN_TESTS="$(RUN_TESTS)" \
welder/lorax-tests:$(IMAGE_RELEASE) make test-in-copy
# rootless podman leaves them owned by the container UID
Expand Down

0 comments on commit e7fabc3

Please sign in to comment.