Compare commits

..

1 Commits

Author SHA1 Message Date
5322eac0bf Update linux-x64-tinycc and enable openSSL test
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2021-10-17 14:31:34 +02:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -25,7 +25,7 @@ RUN \
ncurses-dev \ ncurses-dev \
pkg-config \ pkg-config \
pax \ pax \
python3-dev \ python3 \
python3-pip \ python3-pip \
rsync \ rsync \
sed \ sed \