mirror of
https://github.com/codex-storage/constantine.git
synced 2025-02-05 15:33:55 +00:00
deactivate 32-bit CI, package management woes, see #244
This commit is contained in:
parent
b1ef2682d6
commit
1325d249ce
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -13,10 +13,13 @@ jobs:
|
|||||||
cpu: amd64
|
cpu: amd64
|
||||||
TEST_LANG: c
|
TEST_LANG: c
|
||||||
BACKEND: NO_ASM
|
BACKEND: NO_ASM
|
||||||
- os: linux
|
|
||||||
cpu: i386
|
# 32-bit CI failing with https://github.com/mratsim/constantine/issues/244
|
||||||
TEST_LANG: c
|
# "E: Unable to correct problems, you have held broken packages.""
|
||||||
BACKEND: NO_ASM
|
# - os: linux
|
||||||
|
# cpu: i386
|
||||||
|
# TEST_LANG: c
|
||||||
|
# BACKEND: NO_ASM
|
||||||
- os: linux
|
- os: linux
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
TEST_LANG: c
|
TEST_LANG: c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user