From ea2e34ff2668b256233fd9d92fe37e11da5b84ab Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 25 Dec 2025 10:30:39 +0000 Subject: [PATCH] chore: Disable cirrus. We're out of quota again. --- .cirrus.yml | 66 ++++++++++++++++++------------------ .github/workflows/deploy.yml | 2 +- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5f1d55a71..0954c5285 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,33 +1,33 @@ ---- -freebsd_task: - timeout_in: 5m - freebsd_instance: - image_family: freebsd-14-2 - configure_script: - - PAGER=cat ASSUME_ALWAYS_YES=YES pkg install - cmake - git - gmake - googletest - libconfig - libsodium - libvpx - ninja - opus - pkgconf - - git submodule update --init --recursive - test_all_script: - - | - # TODO(iphydf): Investigate FreeBSD failures on these tests. - sed -Ei -e '/\(dht_nodes_response_api\)/s/^/#/' auto_tests/CMakeLists.txt - cmake . \ - -DMIN_LOGGER_LEVEL=TRACE \ - -DMUST_BUILD_TOXAV=ON \ - -DNON_HERMETIC_TESTS=OFF \ - -DTEST_TIMEOUT_SECONDS=50 \ - -DUSE_IPV6=OFF \ - -DAUTOTEST=ON \ - -GNinja - cmake --build . --target install - ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:3 || - ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6 +# --- +# freebsd_task: +# timeout_in: 5m +# freebsd_instance: +# image_family: freebsd-14-2 +# configure_script: +# - PAGER=cat ASSUME_ALWAYS_YES=YES pkg install +# cmake +# git +# gmake +# googletest +# libconfig +# libsodium +# libvpx +# ninja +# opus +# pkgconf +# - git submodule update --init --recursive +# test_all_script: +# - | +# # TODO(iphydf): Investigate FreeBSD failures on these tests. +# sed -Ei -e '/\(dht_nodes_response_api\)/s/^/#/' auto_tests/CMakeLists.txt +# cmake . \ +# -DMIN_LOGGER_LEVEL=TRACE \ +# -DMUST_BUILD_TOXAV=ON \ +# -DNON_HERMETIC_TESTS=OFF \ +# -DTEST_TIMEOUT_SECONDS=50 \ +# -DUSE_IPV6=OFF \ +# -DAUTOTEST=ON \ +# -GNinja +# cmake --build . --target install +# ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:3 || +# ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f646c4514..f2e31243c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,7 +94,7 @@ jobs: strategy: matrix: arch: [arm64, x86_64] - runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }} + runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-15-intel' }} steps: - uses: actions/checkout@v4 with: