Skip to content

Commit

Permalink
Disable security key for bigendian interop.
Browse files Browse the repository at this point in the history
It doesn't currently work.  It's not clear why, but I suspect
sk-dummy.so ends up being built for the wrong architecture.
  • Loading branch information
daztucker committed Nov 10, 2024
1 parent a80eb71 commit 953fa5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/configs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ case "${TARGET_HOST}" in
# Native linker is not great with PIC so OpenSSL is built w/out.
CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
;;
fbsd14-ppc64)
# Disable security key tests for bigendian interop test.
CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
;;
hurd)
SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent agent-ptrace"
;;
Expand Down

0 comments on commit 953fa5b

Please sign in to comment.