summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-26 12:54:50 +1000
committerPauli <pauli@openssl.org>2021-07-28 10:30:45 +1000
commit2a7855fb2596048e5038afa5e49a02853297df6d (patch)
tree08bfa4c59c5810e05c8aea6b47248549bd7f3c22 /.github
parent1ad435039333a09b31d7c569b822bd5d936b8105 (diff)
ci: disable async for the SH4 build and reenable the associated test
The platform doesn't seem to have support for this. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16144)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-compiles.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index cb6a3f8f9a..514a4fbabe 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -82,8 +82,8 @@ jobs:
}, {
arch: sh4-linux-gnu,
libs: libc6-dev-sh4-cross,
- target: linux-latomic,
- tests: -test_includes -test_store -test_x509_store -test_async
+ target: no-async linux-latomic,
+ tests: -test_includes -test_store -test_x509_store
},
# These build with shared libraries but they crash when run