From 1325d249ce786fd4f499303249ba939abaaea452 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Fri, 2 Jun 2023 09:01:00 +0200 Subject: [PATCH] deactivate 32-bit CI, package management woes, see #244 --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a29676..1bcdb33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,13 @@ jobs: cpu: amd64 TEST_LANG: c BACKEND: NO_ASM - - os: linux - cpu: i386 - TEST_LANG: c - BACKEND: NO_ASM + + # 32-bit CI failing with https://github.com/mratsim/constantine/issues/244 + # "E: Unable to correct problems, you have held broken packages."" + # - os: linux + # cpu: i386 + # TEST_LANG: c + # BACKEND: NO_ASM - os: linux cpu: amd64 TEST_LANG: c