summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-03-26 05:39:45 +0200
committerDarren Tucker <dtucker@dtucker.net>2023-03-26 05:39:45 +0200
commit4a948b1469f185e871160a2d70e2a0fce2858f9e (patch)
treefaf294357b210713325032d64785306b5dcdd512 /.github
parentFind suitable OpenSSL version. (diff)
downloadopenssh-4a948b1469f185e871160a2d70e2a0fce2858f9e.tar.xz
openssh-4a948b1469f185e871160a2d70e2a0fce2858f9e.zip
Specify test target if we build without OpenSSL.
When we decide we can't use the versions of OpenSSL available, also restrict the tests we run to avoid the ones that need OpenSSL.
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs
index cf1988d71..963d806f1 100755
--- a/.github/configs
+++ b/.github/configs
@@ -313,6 +313,9 @@ if [ -z "${LIBCRYPTOFLAGS}" ]; then
*) LIBCRYPTOFLAGS="--with-ssl-dir=${i}" ;;
esac
done
+ if [ "${LIBCRYPTOFLAGS}" = "--without-openssl" ]; then
+ TEST_TARGET="t-exec"
+ fi
fi
CONFIGFLAGS="${CONFIGFLAGS} ${LIBCRYPTOFLAGS}"