mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Disable not working tests
Disable not working tests Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
b084b03655
commit
8f68b46ccb
30
.github/workflows/main.yml
vendored
30
.github/workflows/main.yml
vendored
@ -151,14 +151,14 @@ jobs:
|
||||
image: "linux-x64-tinycc",
|
||||
stockfish: "yes",
|
||||
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",
|
||||
}
|
||||
- {
|
||||
image: "linux-x64-clang",
|
||||
stockfish: "yes",
|
||||
stockfish_arg: "ARCH=x86-64-modern COMP=clang",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "linux-x86_64-clang",
|
||||
}
|
||||
- {
|
||||
@ -212,7 +212,7 @@ jobs:
|
||||
image: "linux-m68k-uclibc",
|
||||
stockfish: "no",
|
||||
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",
|
||||
}
|
||||
# Linux xtensa images
|
||||
@ -228,28 +228,28 @@ jobs:
|
||||
image: "windows-static-x64",
|
||||
stockfish: "yes",
|
||||
stockfish_arg: "ARCH=x86-64-modern COMP=mingw",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
}
|
||||
- {
|
||||
image: "windows-static-x64-posix",
|
||||
stockfish: "yes",
|
||||
stockfish_arg: "ARCH=x86-64-modern COMP=mingw",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
}
|
||||
- {
|
||||
image: "windows-shared-x64",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
}
|
||||
- {
|
||||
image: "windows-shared-x64-posix",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
}
|
||||
# Windows x86 images
|
||||
@ -257,29 +257,29 @@ jobs:
|
||||
image: "windows-static-x86",
|
||||
stockfish: "yes",
|
||||
stockfish_arg: "ARCH=x86-32-sse41-popcnt COMP=mingw",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw no-asm",
|
||||
}
|
||||
- {
|
||||
image: "windows-shared-x86",
|
||||
stockfish: "no",
|
||||
image: "windows-shared-x86",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw no-asm",
|
||||
}
|
||||
}
|
||||
# Windows arm images
|
||||
- {
|
||||
image: "windows-armv7",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "ARCH=armv7-neon COMP=clang",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw no-asm",
|
||||
}
|
||||
- {
|
||||
image: "windows-arm64",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "ARCH=armv8 COMP=clang",
|
||||
openssl: "yes",
|
||||
openssl: "no",
|
||||
openssl_arg: "mingw64 no-asm",
|
||||
}
|
||||
# manylinux2014 images
|
||||
@ -309,7 +309,7 @@ jobs:
|
||||
image: "web-wasm",
|
||||
stockfish: "no",
|
||||
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",
|
||||
}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user