From 4a24fae0bc82738b4d6d44d378da8f15d4fce03e Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:30:16 +0100 Subject: [PATCH 1/2] ci: Remove "arm64: macOS Ventura" task from Cirrus CI --- .cirrus.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7deecdac49828..e0529cdb02082 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -114,37 +114,6 @@ task: - ./ci/cirrus.sh << : *CAT_LOGS -task: - name: "arm64: macOS Ventura" - macos_instance: - image: ghcr.io/cirruslabs/macos-ventura-base:latest - env: - HOMEBREW_NO_AUTO_UPDATE: 1 - HOMEBREW_NO_INSTALL_CLEANUP: 1 - # Cirrus gives us a fixed number of 4 virtual CPUs. Not that we even have that many jobs at the moment... - MAKEFLAGS: -j5 - env: - ASM: no - WITH_VALGRIND: no - CTIMETESTS: no - CC: clang - matrix: - - env: {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes} - - env: {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc} - - env: {WIDEMUL: int128_struct, ECMULTGENPRECISION: 2, ECMULTWINDOW: 4} - - env: {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes} - - env: {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes} - - env: {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc} - - env: {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CPPFLAGS: -DVERIFY} - - env: {BUILD: distcheck} - brew_script: - - brew install automake libtool gcc - - ln -s /opt/homebrew/bin/gcc-?? /opt/homebrew/bin/gcc - test_script: - - ./ci/cirrus.sh - << : *CAT_LOGS - << : *CREDITS - task: name: "s390x (big-endian): Linux (Debian stable, QEMU)" << : *LINUX_CONTAINER From c2f6435802dfaea43fa589fa72804e344c08cd6e Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Thu, 17 Aug 2023 16:03:54 +0200 Subject: [PATCH 2/2] ci: Add comment about switching macOS to M1 on GHA later --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a89243e4ba2..b661660a13ecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: macos-native: name: "x86_64: macOS Ventura" # See: https://github.com/actions/runner-images#available-images. - runs-on: macos-13 + runs-on: macos-13 # Use M1 once available https://github.com/github/roadmap/issues/528 env: ASM: 'no'