From: Denis Ovsienko Date: Thu, 24 Oct 2024 00:13:25 +0000 (+0100) Subject: Revert "Cirrus CI: Add a task for haiku-amd64." [skip ci] X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/35943079070e2e40d610d6a7d6516cbbaaf11f4e Revert "Cirrus CI: Add a task for haiku-amd64." [skip ci] That was an unfinished work in progress that I put into the master branch too early. --- diff --git a/.cirrus.yml b/.cirrus.yml index e98395d..5ce2716 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -52,27 +52,6 @@ macos_task: - git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT} - ./build_matrix.sh -haiku_task: - name: haiku-amd64 - only_if: $CIRRUS_BRANCH != 'coverity_scan' - compute_engine_instance: - image_project: haiku-inc - # R1/beta5 is currently broken (Haiku bug #18962) - image: family/haiku-r1beta4-x64 - cpu: 1 - memory: 1G - disk: 10 - env: - # R1/beta4 repositories have been shut down, hence build using the - # pre-installed packages only. - MATRIX_CC: gcc - MATRIX_CMAKE: no - MATRIX_BUILD_LIBPCAP: yes - script: - - pwd; df; sysinfo - - git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT} - - ./build_matrix.sh - coverity_task: name: Coverity Scan only_if: $CIRRUS_BRANCH == 'coverity_scan'