Merge pull request #690 from pbosetti/master

Added LTS version to linux-armv7a, issue #678
This commit is contained in:
Matt McCormick
2022-06-09 22:21:43 -04:00
committed by GitHub
7 changed files with 1015 additions and 18 deletions

View File

@ -351,6 +351,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",