From 81c74ac1f09cbcf5f216bb9e4b895bcaed4d6748 Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:55:03 -0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0efd759..f1a49d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -769,28 +769,6 @@ jobs: cpython: "yes", cpython_arg: "--host=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu", } - # Linux ppc64 images - - { - image: "linux-ppc64", - stockfish: "yes", - stockfish_arg: "ARCH=ppc-64", - ninja: "yes", - ninja_arg: "", - openssl: "yes", - openssl_arg: "linux-ppc64", - C: "yes", - C_arg: "", - C-Plus-Plus: "yes", - C-Plus-Plus_arg: "", - llama_cpp: no", - llama_cpp_arg: "", - fmt: "yes", - fmt_arg: "", - raylib: "no", - raylib_arg: "", - cpython: "yes", - cpython_arg: "--host=powerpc64-unknown-linux-gnu --target=powerpc64-unknown-linux-gnu", - } # Linux ppc64le images - { image: "linux-ppc64le",