We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16921 commit 1126a17Copy full SHA for 1126a17
build/ci/Makefile
@@ -59,6 +59,7 @@ run: build
59
$(Q)docker run -it \
60
--name $(REPO) \
61
--cap-add SYS_PTRACE \
62
+ --sysctl net.ipv6.conf.all.disable_ipv6=0 \
63
$(USER)/$(REPO):$(TAG)
64
65
clean:
build/ci/linux.yml
@@ -11,7 +11,7 @@ jobs:
11
12
container:
13
image: trflynn89/libfly:ubuntu2010_clang11_gcc10
14
- options: --cap-add SYS_PTRACE
+ options: --cap-add SYS_PTRACE --sysctl net.ipv6.conf.all.disable_ipv6=0
15
16
steps:
17
- template: setup.yml
0 commit comments