From 7418174129dc4baecacbba3392c68435b3e49d3c Mon Sep 17 00:00:00 2001 From: Robin Lindén Date: Sun, 21 Jul 2019 16:23:33 +0200 Subject: Force IPv4 for cirrus-ci tests --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 8b9abb87..e7673d11 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,4 +21,4 @@ cirrus-ci_task: - mv c-toxcore cirrus-ci-build - cd - test_all_script: - - bazel test -c opt -k //c-toxcore/... + - bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/... -- cgit v1.2.3