Cirrus-CI: fix debian arm build

pull/431/head
bradh352 3 years ago
parent afb20c339f
commit 039130583c
  1. 4
      .cirrus.yml

@ -9,7 +9,6 @@ task:
LC_ALL: "C"
SCAN_BUILD: "scan-build"
MAKE: "make"
TEST_FILTER: "--gtest_filter=-*Container*"
container:
image: debian:latest
- name: "Debian arm64"
@ -18,7 +17,6 @@ task:
LC_ALL: "C"
SCAN_BUILD: "scan-build"
MAKE: "make"
TEST_FILTER: "--gtest_filter=-*Container*"
arm_container:
image: debian:latest
- name: "FreeBSD amd64"
@ -67,7 +65,7 @@ task:
install_script:
- |
case "${DIST}" in
DEBIAN)
DEBIAN*)
apt-get update && \
apt-get install -y cmake ninja-build autoconf automake libtool g++
case "${BUILD_TYPE}" in

Loading…
Cancel
Save