Fix wrong cpython_arg

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-10-15 23:29:01 +02:00
parent b48a46c0e5
commit bacdf3a1cf

View File

@ -310,7 +310,7 @@ jobs:
- {
image: "linux-armv7-lts",
stockfish: "yes",
stockfish_arg: "ARCH=armv7-neon",
stockfish_arg: "ARCH=armv7",
ninja: "yes",
ninja_arg: "",
openssl: "yes",
@ -322,7 +322,7 @@ jobs:
fmt: "yes",
fmt_arg: "",
cpython: "yes",
cpython_arg: "--host=arm-cortexa8_neon-linux-gnueabihf --target=arm-cortexa8_neon-linux-gnueabihf",
cpython_arg: "--host=armv7-unknown-linux-gnueabi --target=armv7-unknown-linux-gnueabi",
}
- {
image: "linux-armv7l-musl",