]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: (s390x) run container privileged and with access to /dev
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 25 Apr 2023 06:11:28 +0000 (08:11 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Apr 2023 22:54:23 +0000 (00:54 +0200)
This is necessary for the mount tests.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index 8cfa6e0c6dd0325ec85e593308bae398f71f9264..d367efdff1f764801dd06dc8399be566630f2ac8 100644 (file)
@@ -110,6 +110,7 @@ jobs:
       - uses: uraimo/run-on-arch-action@v2
         with:
           arch: s390x
+          dockerRunArgs: --privileged -v /dev:/dev
           distro: ubuntu_latest
           run: |
             export COMPILER=gcc