CI: cirrus-ci doesn't support ipv6 testing

v1.32
Brad House 4 months ago
parent 237894021f
commit 36039ec0db
  1. 2
      .cirrus.yml

@ -130,7 +130,7 @@ task:
env:
BUILD_TYPE: "valgrind"
TEST_WRAP: "valgrind --leak-check=full"
TEST_FILTER: "--gtest_filter=-*Container*:-*LiveSearchANY*"
TEST_FILTER: "-4 --gtest_filter=-*Container*:-*LiveSearchANY*"
- name: "COVERAGE"
only_if: $BUILD_COVERAGE == 'yes'
env:

Loading…
Cancel
Save