ci: add the param conversion tests to the cross compiles.
authorPauli <pauli@openssl.org>
Mon, 26 Jul 2021 01:54:12 +0000 (11:54 +1000)
committerPauli <pauli@openssl.org>
Wed, 28 Jul 2021 00:30:45 +0000 (10:30 +1000)
There was a failure because an "inf" values was being read as a "NaN" not an
infinity.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16144)

.github/workflows/cross-compiles.yml

index 3aa916ab4600041780ace3cb8c430e6034d4e53f..9640fa6201a7a30fe21d9016ec912b21558dec89 100644 (file)
@@ -50,7 +50,7 @@ jobs:
             libs: libc6-dev-m68k-cross,
             target: -static no-asm linux-latomic,
             fips: no,
-            tests: -test_includes -test_store -test_x509_store -test_params_conversion
+            tests: -test_includes -test_store -test_x509_store
           }, {
             arch: mips-linux-gnu,
             libs: libc6-dev-mips-cross,