mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-21 02:13:34 +02:00
Fix manylinux2014-aarch64 image building
* switch image to crosstool-ng 1.25.0 * remove support of ct-ng 1.13.0 and set 1.25.0 as the default version
This commit is contained in:

committed by
Mickaël Guérin

parent
670f7f7c5c
commit
f152c4b25e
38
.github/workflows/main.yml
vendored
38
.github/workflows/main.yml
vendored
@ -932,25 +932,25 @@ jobs:
|
||||
cpython: "yes",
|
||||
cpython_arg: "",
|
||||
}
|
||||
# - {
|
||||
# image: "manylinux2014-aarch64",
|
||||
# stockfish: "no",
|
||||
# stockfish_arg: "",
|
||||
# ninja: "no",
|
||||
# ninja_arg: "",
|
||||
# openssl: "yes",
|
||||
# openssl_arg: "linux-aarch64",
|
||||
# C: "no",
|
||||
# C_arg: "",
|
||||
# C-Plus-Plus: "no",
|
||||
# C-Plus-Plus_arg: "",
|
||||
# fmt: "no",
|
||||
# fmt_arg: "",
|
||||
# raylib: "no",
|
||||
# raylib_arg: "",
|
||||
# cpython: "yes",
|
||||
# cpython_arg: "",
|
||||
# }
|
||||
- {
|
||||
image: "manylinux2014-aarch64",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "",
|
||||
ninja: "no",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-aarch64",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "no",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: "",
|
||||
raylib: "no",
|
||||
raylib_arg: "",
|
||||
cpython: "yes",
|
||||
cpython_arg: "--host=aarch64-unknown-linux-gnu --target=aarch64-unknown-linux-gnu",
|
||||
}
|
||||
# web-wasm images
|
||||
- {
|
||||
image: "web-wasm",
|
||||
|
Reference in New Issue
Block a user