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

Loading…
Cancel
Save