Merge pull request #626 from bensuperpc/update_linux-x64-tinycc

Update linux-x64-tinycc and enable openSSL test
This commit is contained in:
Bensuperpc 2021-10-17 23:29:46 +02:00 committed by GitHub
commit 958baab724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,8 +383,8 @@ jobs:
stockfish_arg: "ARCH=x86-64-modern",
ninja: "yes",
ninja_arg: "",
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: "yes",
openssl_arg: "linux-generic64 no-tests no-asm no-hw no-dtls no-shared no-dso",
C: "no",
C_arg: "",
C-Plus-Plus: "yes",