try to disable container tests

pull/431/head
bradh352 3 years ago
parent a7427d06d6
commit 54fdbfc93b
  1. 2
      .cirrus.yml

@ -9,6 +9,7 @@ task:
LC_ALL: "C"
SCAN_BUILD: "scan-build"
MAKE: "make"
TEST_FILTER: "--gtest_filter=-*Container*"
container:
image: debian:latest
- name: "Debian arm64"
@ -17,6 +18,7 @@ task:
LC_ALL: "C"
SCAN_BUILD: "scan-build"
MAKE: "make"
TEST_FILTER: "--gtest_filter=-*Container*"
arm_container:
image: debian:latest
- name: "FreeBSD amd64"

Loading…
Cancel
Save