Disable security key on minix3.

The test doesn't work so disable.
This commit is contained in:
Darren Tucker 2021-10-06 18:14:37 +11:00
parent 7cd062c3a2
commit 52d4232b49
1 changed files with 1 additions and 1 deletions

2
.github/configs vendored
View File

@ -127,7 +127,7 @@ case "${TARGET_HOST}" in
;; ;;
minix3) minix3)
CC="clang" CC="clang"
LIBCRYPTOFLAGS="--without-openssl" LIBCRYPTOFLAGS="--without-openssl --disable-security-key"
# Minix does not have a loopback interface so we have to skip any # Minix does not have a loopback interface so we have to skip any
# test that relies on it. # test that relies on it.
TEST_TARGET=t-exec TEST_TARGET=t-exec