From: Pauli Date: Mon, 26 Jul 2021 01:54:12 +0000 (+1000) Subject: ci: add the param conversion tests to the cross compiles. X-Git-Tag: openssl-3.0.0-beta2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb7055fd5ad9bf5c84d4480b7dbbcfb1cb242fc9;p=thirdparty%2Fopenssl.git ci: add the param conversion tests to the cross compiles. There was a failure because an "inf" values was being read as a "NaN" not an infinity. Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/16144) --- diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml index 3aa916ab460..9640fa6201a 100644 --- a/.github/workflows/cross-compiles.yml +++ b/.github/workflows/cross-compiles.yml @@ -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,