From cb7055fd5ad9bf5c84d4480b7dbbcfb1cb242fc9 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 26 Jul 2021 11:54:12 +1000 Subject: [PATCH] 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) --- .github/workflows/cross-compiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3