Add linux-ppc64le-lts

Add linux-ppc64le-lts

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2023-09-21 23:56:23 +02:00
parent 7b2d74f38d
commit 5dc592b786
6 changed files with 992 additions and 3 deletions

View File

@ -699,6 +699,26 @@ jobs:
cpython: "yes",
cpython_arg: "--host=powerpc64le-unknown-linux-gnu --target=powerpc64le-unknown-linux-gnu",
}
# Linux ppc64le-lts images
- {
image: "linux-ppc64le-lts",
stockfish: "yes",
stockfish_arg: "ARCH=ppc-64",
ninja: "yes",
ninja_arg: "",
openssl: "yes",
openssl_arg: "linux-ppc64le",
C: "yes",
C_arg: "",
C-Plus-Plus: "yes",
C-Plus-Plus_arg: "",
fmt: "yes",
fmt_arg: "",
raylib: "no",
raylib_arg: "",
cpython: "yes",
cpython_arg: "--host=powerpc64le-unknown-linux-gnu --target=powerpc64le-unknown-linux-gnu",
}
# Linux m68k images
- {
image: "linux-m68k-uclibc",