From: Darren Tucker Date: Sat, 2 Aug 2025 04:49:00 +0000 (+1000) Subject: Disable security key tests for bigendian interop X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fopenssh-portable.git Disable security key tests for bigendian interop --- diff --git a/.github/configs b/.github/configs index aa363be7d..230258f93 100755 --- a/.github/configs +++ b/.github/configs @@ -283,7 +283,7 @@ case "${TARGET_HOST}" in # Native linker is not great with PIC so OpenSSL is built w/out. CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key" ;; - fbsd14-ppc64) + fbsd14-ppc64|nbsd-arm64be) # Disable security key tests for bigendian interop test. CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key" ;;