mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-11 03:54:22 +01:00
Disable Stockfish for PPC and Llama for PPC64
This commit is contained in:
parent
40e5e7517f
commit
03adcfcd84
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -750,8 +750,8 @@ jobs:
|
|||||||
# Linux ppc images
|
# Linux ppc images
|
||||||
- {
|
- {
|
||||||
image: "linux-ppc",
|
image: "linux-ppc",
|
||||||
stockfish: "yes",
|
stockfish: "no",
|
||||||
stockfish_arg: "ARCH=ppc-32",
|
stockfish_arg: "",
|
||||||
ninja: "yes",
|
ninja: "yes",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
@ -780,9 +780,9 @@ jobs:
|
|||||||
openssl_arg: "linux-ppc64",
|
openssl_arg: "linux-ppc64",
|
||||||
C: "yes",
|
C: "yes",
|
||||||
C_arg: "",
|
C_arg: "",
|
||||||
C-Plus-Plus: "no",
|
C-Plus-Plus: "yes",
|
||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
llama_cpp: "yes",
|
llama_cpp: no",
|
||||||
llama_cpp_arg: "",
|
llama_cpp_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user