Split c89 test openssl setting out.

This commit is contained in:
Darren Tucker 2021-09-29 17:48:09 +10:00
parent c4ac7f98e2
commit 5e6d28b787
1 changed files with 2 additions and 1 deletions

3
.github/configs vendored
View File

@ -25,7 +25,8 @@ case "$config" in
c89)
CC="gcc"
CFLAGS="-Wall -std=c89 -pedantic -Werror=vla"
CONFIGFLAGS="--without-openssl --without-zlib"
CONFIGFLAGS="--without-zlib"
LIBCRYPTOFLAGS="--without-openssl"
TEST_TARGET=t-exec
;;
clang*|gcc*)