Skip to content

Commit 1126a17

Browse files
committed
Enable IPv6 in Docker container during CI
1 parent 3e16921 commit 1126a17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/ci/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ run: build
5959
$(Q)docker run -it \
6060
--name $(REPO) \
6161
--cap-add SYS_PTRACE \
62+
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
6263
$(USER)/$(REPO):$(TAG)
6364

6465
clean:

build/ci/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
container:
1313
image: trflynn89/libfly:ubuntu2010_clang11_gcc10
14-
options: --cap-add SYS_PTRACE
14+
options: --cap-add SYS_PTRACE --sysctl net.ipv6.conf.all.disable_ipv6=0
1515

1616
steps:
1717
- template: setup.yml

0 commit comments

Comments
 (0)