From 52d4232b493a9858fe616e28a8bbcc89afa2ad4d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 6 Oct 2021 18:14:37 +1100 Subject: [PATCH] Disable security key on minix3. The test doesn't work so disable. --- .github/configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/configs b/.github/configs index c2068f279..d87a159ed 100755 --- a/.github/configs +++ b/.github/configs @@ -127,7 +127,7 @@ case "${TARGET_HOST}" in ;; minix3) CC="clang" - LIBCRYPTOFLAGS="--without-openssl" + LIBCRYPTOFLAGS="--without-openssl --disable-security-key" # Minix does not have a loopback interface so we have to skip any # test that relies on it. TEST_TARGET=t-exec