mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: fix Fedora Rawhide
Fedora Rawhide updated to a glibc using clone3(). clone3() is, however, not yet part of the seccomp filter. Unfortunately 'docker build' does not allow dropping seccomp but luckily 'podman build' does. This switches the Fedora Rawhide test to use Podman. Podman is part of GitHub Actions and no additional packages need to be installed. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
b32c8c6fe5
commit
d62e747e91
3 changed files with 18 additions and 6 deletions
2
.github/workflows/fedora-rawhide-test.yml
vendored
2
.github/workflows/fedora-rawhide-test.yml
vendored
|
|
@ -9,4 +9,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Fedora Rawhide Test
|
||||
run: sudo -E make -C scripts/ci fedora-rawhide
|
||||
run: sudo -E make -C scripts/ci fedora-rawhide CONTAINER_RUNTIME=podman BUILD_OPTIONS="--security-opt seccomp=unconfined"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue