Add linux-armv7-lts image

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-10-15 21:10:39 +02:00
parent 2b6cd4ae1d
commit b48a46c0e5
6 changed files with 975 additions and 2 deletions

View File

@ -307,6 +307,23 @@ jobs:
cpython: "yes",
cpython_arg: "--host=arm-cortexa8_neon-linux-gnueabihf --target=arm-cortexa8_neon-linux-gnueabihf",
}
- {
image: "linux-armv7-lts",
stockfish: "yes",
stockfish_arg: "ARCH=armv7-neon",
ninja: "yes",
ninja_arg: "",
openssl: "yes",
openssl_arg: "linux-armv4",
C: "no",
C_arg: "",
C-Plus-Plus: "yes",
C-Plus-Plus_arg: "",
fmt: "yes",
fmt_arg: "",
cpython: "yes",
cpython_arg: "--host=arm-cortexa8_neon-linux-gnueabihf --target=arm-cortexa8_neon-linux-gnueabihf",
}
- {
image: "linux-armv7l-musl",
stockfish: "yes",