diff options
Diffstat (limited to '.github/configs')
-rwxr-xr-x | .github/configs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs index 3a7f6287..f6de7d68 100755 --- a/.github/configs +++ b/.github/configs @@ -114,6 +114,10 @@ case "$config" in esac case "${TARGET_HOST}" in + dfly58|dfly60) + # scp 3-way connection hangs on these so skip until sorted. + SKIP_LTESTS=scp3 + ;; minix3) CC="clang" LIBCRYPTOFLAGS="--without-openssl" |