osmith submitted this change.
jobs/osmocom-build-tagsā¦: set seccomp profile
Set the seccomp profile to make io_uring work in docker, so the
regression test in libosmocore using io_uring does not fail. This
happened to work previously on the build4 jenkins node because of an
older docker version.
Related: OS#6718#note-2
Change-Id: I9636ce30a0515b773be0581a8018bf1f62c1341c
---
M jobs/osmocom-build-tags-against-master.yml
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/jobs/osmocom-build-tags-against-master.yml b/jobs/osmocom-build-tags-against-master.yml
index b242103..6953dfd 100644
--- a/jobs/osmocom-build-tags-against-master.yml
+++ b/jobs/osmocom-build-tags-against-master.yml
@@ -26,6 +26,7 @@
- shell: |
docker run \
--rm=true \
+ --security-opt seccomp=$HOME/osmo-ci/_docker_playground/seccomp_profile.json \
-e PARALLEL_MAKE="-j8" \
-u build \
-v "$PWD:/build" \
To view, visit change 39914. To unsubscribe, or for help writing mail filters, visit settings.