mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 09:04:27 +01:00
update openssl test
update openssl test Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
f08b4034f1
commit
6dfe36da6d
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -119,21 +119,21 @@ jobs:
|
|||||||
stockfish: "no",
|
stockfish: "no",
|
||||||
stockfish_arg: "",
|
stockfish_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-armv6",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-armv6-lts",
|
image: "linux-armv6-lts",
|
||||||
stockfish: "no",
|
stockfish: "no",
|
||||||
stockfish_arg: "",
|
stockfish_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-armv6",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-armv6-musl",
|
image: "linux-armv6-musl",
|
||||||
stockfish: "no",
|
stockfish: "no",
|
||||||
stockfish_arg: "",
|
stockfish_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-armv6",
|
||||||
}
|
}
|
||||||
# Linux armv7 images
|
# Linux armv7 images
|
||||||
- {
|
- {
|
||||||
@ -171,28 +171,28 @@ jobs:
|
|||||||
stockfish: "yes",
|
stockfish: "yes",
|
||||||
stockfish_arg: "ARCH=x86-64-modern",
|
stockfish_arg: "ARCH=x86-64-modern",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-x86_64",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-x64-tinycc",
|
image: "linux-x64-tinycc",
|
||||||
stockfish: "yes",
|
stockfish: "yes",
|
||||||
stockfish_arg: "ARCH=x86-64-modern",
|
stockfish_arg: "ARCH=x86-64-modern",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-x86_64",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-x64-clang",
|
image: "linux-x64-clang",
|
||||||
stockfish: "yes",
|
stockfish: "yes",
|
||||||
stockfish_arg: "ARCH=x86-64-modern COMP=clang",
|
stockfish_arg: "ARCH=x86-64-modern COMP=clang",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-x86_64",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-x86_64-full",
|
image: "linux-x86_64-full",
|
||||||
stockfish: "yes",
|
stockfish: "yes",
|
||||||
stockfish_arg: "ARCH=x86-64-modern",
|
stockfish_arg: "ARCH=x86-64-modern",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-x86_64",
|
||||||
}
|
}
|
||||||
# Linux riscv images
|
# Linux riscv images
|
||||||
- {
|
- {
|
||||||
|
Loading…
Reference in New Issue
Block a user