Added LTS version to linux-armv7a, issue #678

This commit is contained in:
Paolo Bosetti
2022-05-16 16:45:38 +02:00
parent 7e72803aa4
commit 23eb2e024a
6 changed files with 993 additions and 2 deletions

View File

@ -324,6 +324,23 @@ jobs:
cpython: "yes",
cpython_arg: "--host=arm-cortexa8_neon-linux-gnueabihf --target=arm-cortexa8_neon-linux-gnueabihf",
}
- {
image: "linux-armv7a-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-armv7-lts",
stockfish: "yes",