From 03adcfcd8434e490a52db59a36dd1d0992d5604c Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:09:13 -0100 Subject: [PATCH] Disable Stockfish for PPC and Llama for PPC64 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c51932..1280d76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -750,8 +750,8 @@ jobs: # Linux ppc images - { image: "linux-ppc", - stockfish: "yes", - stockfish_arg: "ARCH=ppc-32", + stockfish: "no", + stockfish_arg: "", ninja: "yes", ninja_arg: "", openssl: "yes", @@ -780,9 +780,9 @@ jobs: openssl_arg: "linux-ppc64", C: "yes", C_arg: "", - C-Plus-Plus: "no", + C-Plus-Plus: "yes", C-Plus-Plus_arg: "", - llama_cpp: "yes", + llama_cpp: no", llama_cpp_arg: "", fmt: "yes", fmt_arg: "",