This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b40cdb8 DISPATCH-2371: chore(gha): enable IPv6 inside Docker 
container to run ip6 tests (#1737)
3b40cdb8 is described below

commit 3b40cdb832dd13f9936e66c248a1df5fa7f0ad56
Author: Jiri DanÄ›k <[email protected]>
AuthorDate: Mon Jan 13 11:19:50 2025 +0100

    DISPATCH-2371: chore(gha): enable IPv6 inside Docker container to run ip6 
tests (#1737)
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index fe1206a8..69ae2d30 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -311,7 +311,7 @@ jobs:
         # manipulate the host from within the job container
         - "/var/run/docker.sock:/var/run/docker.sock"
       # permit reading dmesg
-      options: --privileged --security-opt apparmor:unconfined --security-opt 
seccomp=unconfined
+      options: --privileged --security-opt apparmor:unconfined --security-opt 
seccomp=unconfined --sysctl net.ipv6.conf.all.disable_ipv6=0
 
     env:
       BuildType: ${{matrix.buildType}}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to