]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci: disable async for the SH4 build and reenable the associated test
authorPauli <pauli@openssl.org>
Mon, 26 Jul 2021 02:54:50 +0000 (12:54 +1000)
committerPauli <pauli@openssl.org>
Wed, 28 Jul 2021 00:30:45 +0000 (10:30 +1000)
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)

.github/workflows/cross-compiles.yml

index cb6a3f8f9ae3783fd99168e35c23569d43c2a15a..514a4fbabe3401a19d5e972d931bc527313df317 100644 (file)
@@ -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