summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-03-27 11:08:00 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-03-27 11:08:00 +1100
commitfbd3811ddb2b6ce2e6dba91fde7352c8978e5412 (patch)
tree5174cb70274b71d52a14af81cf9b628d821cf36b /.github
parent4922ac3be8a996780ef3dc220411da2e27c29d9c (diff)
Explicitly disable security key test on aix51 VM.
We don't know how to build the shared objects required for the security key tests so skip them.
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs
index 7aeeddb8..cf26413c 100755
--- a/.github/configs
+++ b/.github/configs
@@ -221,6 +221,7 @@ esac
case "${TARGET_HOST}" in
aix*)
+ CONFIGFLAGS="--disable-security-key"
# These are slow real or virtual machines so skip the slowest tests
# (which tend to be thw ones that transfer lots of data) so that the
# test run does not time out.