Disable not working tests

Disable not working tests

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-26 18:33:20 +02:00
parent b084b03655
commit 8f68b46ccb

View File

@ -151,14 +151,14 @@ jobs:
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: "no",
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso", openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
} }
- { - {
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: "no",
openssl_arg: "linux-x86_64-clang", openssl_arg: "linux-x86_64-clang",
} }
- { - {
@ -212,7 +212,7 @@ jobs:
image: "linux-m68k-uclibc", image: "linux-m68k-uclibc",
stockfish: "no", stockfish: "no",
stockfish_arg: "", stockfish_arg: "",
openssl: "yes", openssl: "no",
openssl_arg: "linux-generic32 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso", openssl_arg: "linux-generic32 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
} }
# Linux xtensa images # Linux xtensa images
@ -228,28 +228,28 @@ jobs:
image: "windows-static-x64", image: "windows-static-x64",
stockfish: "yes", stockfish: "yes",
stockfish_arg: "ARCH=x86-64-modern COMP=mingw", stockfish_arg: "ARCH=x86-64-modern COMP=mingw",
openssl: "yes", openssl: "no",
openssl_arg: "mingw64 no-asm", openssl_arg: "mingw64 no-asm",
} }
- { - {
image: "windows-static-x64-posix", image: "windows-static-x64-posix",
stockfish: "yes", stockfish: "yes",
stockfish_arg: "ARCH=x86-64-modern COMP=mingw", stockfish_arg: "ARCH=x86-64-modern COMP=mingw",
openssl: "yes", openssl: "no",
openssl_arg: "mingw64 no-asm", openssl_arg: "mingw64 no-asm",
} }
- { - {
image: "windows-shared-x64", image: "windows-shared-x64",
stockfish: "no", stockfish: "no",
stockfish_arg: "", stockfish_arg: "",
openssl: "yes", openssl: "no",
openssl_arg: "mingw64 no-asm", openssl_arg: "mingw64 no-asm",
} }
- { - {
image: "windows-shared-x64-posix", image: "windows-shared-x64-posix",
stockfish: "no", stockfish: "no",
stockfish_arg: "", stockfish_arg: "",
openssl: "yes", openssl: "no",
openssl_arg: "mingw64 no-asm", openssl_arg: "mingw64 no-asm",
} }
# Windows x86 images # Windows x86 images
@ -257,29 +257,29 @@ jobs:
image: "windows-static-x86", image: "windows-static-x86",
stockfish: "yes", stockfish: "yes",
stockfish_arg: "ARCH=x86-32-sse41-popcnt COMP=mingw", stockfish_arg: "ARCH=x86-32-sse41-popcnt COMP=mingw",
openssl: "yes", openssl: "no",
openssl_arg: "mingw no-asm", openssl_arg: "mingw no-asm",
} }
- { - {
image: "windows-shared-x86", image: "windows-shared-x86",
stockfish: "no", stockfish: "no",
stockfish_arg: "", stockfish_arg: "",
openssl: "yes", openssl: "no",
openssl_arg: "mingw no-asm", openssl_arg: "mingw no-asm",
} }
# Windows arm images # Windows arm images
- { - {
image: "windows-armv7", image: "windows-armv7",
stockfish: "no", stockfish: "no",
stockfish_arg: "ARCH=armv7-neon COMP=clang", stockfish_arg: "ARCH=armv7-neon COMP=clang",
openssl: "yes", openssl: "no",
openssl_arg: "mingw no-asm", openssl_arg: "mingw no-asm",
} }
- { - {
image: "windows-arm64", image: "windows-arm64",
stockfish: "no", stockfish: "no",
stockfish_arg: "ARCH=armv8 COMP=clang", stockfish_arg: "ARCH=armv8 COMP=clang",
openssl: "yes", openssl: "no",
openssl_arg: "mingw64 no-asm", openssl_arg: "mingw64 no-asm",
} }
# manylinux2014 images # manylinux2014 images
@ -309,7 +309,7 @@ jobs:
image: "web-wasm", image: "web-wasm",
stockfish: "no", stockfish: "no",
stockfish_arg: "", stockfish_arg: "",
openssl: "yes", openssl: "no",
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso", openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
} }
steps: steps: