From c6246358bbcbe65a6540afec1420f3faeda3be3e Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Tue, 30 Apr 2024 05:53:57 +0200 Subject: [PATCH 1/2] ci: temporarily deactivate non-working CI pending https://github.com/nim-lang/Nim/issues/23547 and https://github.com/nim-lang/nightlies/pull/82 --- .github/workflows/ci.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e502f8df..ac5e3e19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false max-parallel: 20 matrix: - nim_version: [version-1-6, version-2-0] # devel + nim_version: [version-1-6] # version-2-0 has a regression: https://github.com/nim-lang/Nim/issues/23547 rust_toolchain: [stable] # [beta, nightly] go_toolchain: [stable] target: @@ -38,14 +38,15 @@ jobs: TEST_LANG: c BACKEND: ASM - - os: macos - cpu: amd64 - TEST_LANG: c - BACKEND: NO_ASM - - os: macos - cpu: amd64 - TEST_LANG: c - BACKEND: ASM + # MacOS Github agents are now using ARM and we need Nim ARM nightlies: https://github.com/mratsim/constantine/issues/372 + # - os: macos + # cpu: amd64 + # TEST_LANG: c + # BACKEND: NO_ASM + # - os: macos + # cpu: amd64 + # TEST_LANG: c + # BACKEND: ASM include: - target: os: linux From 0e462149188410c6c53053ae50154c15e5dc2bb5 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Tue, 30 Apr 2024 05:56:07 +0200 Subject: [PATCH 2/2] remove macos from matrix include as well --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac5e3e19..5ebfbf80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,9 @@ jobs: - target: os: linux builder: ubuntu-latest - - target: - os: macos - builder: macos-latest + # - target: + # os: macos + # builder: macos-latest - target: os: windows builder: windows-latest