From 2a7855fb2596048e5038afa5e49a02853297df6d Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 26 Jul 2021 12:54:50 +1000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/16144) --- .github/workflows/cross-compiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3