From a8d6d8d0f0df057eafbe37e3301796088cd04a5a Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 6 Oct 2021 15:15:01 +0200 Subject: [PATCH] Disable manylinux2014-aarch64 for now Signed-off-by: Bensuperpc --- .github/workflows/main.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4e6a99..cc13d64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -634,21 +634,21 @@ jobs: fmt: "yes", fmt_arg: "", } - - { - image: "manylinux2014-aarch64", - stockfish: "no", - stockfish_arg: "", - ninja: "no", - ninja_arg: "", - openssl: "yes", - openssl_arg: "linux-aarch64", - C: "no", - C_arg: "", - C-Plus-Plus: "no", - C-Plus-Plus_arg: "", - fmt: "no", - fmt_arg: "", - } + # - { + # image: "manylinux2014-aarch64", + # stockfish: "no", + # stockfish_arg: "", + # ninja: "no", + # ninja_arg: "", + # openssl: "yes", + # openssl_arg: "linux-aarch64", + # C: "no", + # C_arg: "", + # C-Plus-Plus: "no", + # C-Plus-Plus_arg: "", + # fmt: "no", + # fmt_arg: "", + # } # web-wasm images - { image: "web-wasm",