From: Bernd Edlinger Date: Tue, 11 Mar 2025 17:58:25 +0000 (+0100) Subject: Remove workaround for an old ppc64le compiler bug X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c658a60aae5b3ac5a22cc11ad59d687bafcc6fbf;p=thirdparty%2Fopenssl.git Remove workaround for an old ppc64le compiler bug Lowering the optimization level is no longer needed, since the old compiler bug from ubuntu-20.04 has been fixed meanwhile. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27033) --- diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml index 2232e50a884..fe2d4de308f 100644 --- a/.github/workflows/cross-compiles.yml +++ b/.github/workflows/cross-compiles.yml @@ -103,10 +103,7 @@ jobs: }, { arch: powerpc64le-linux-gnu, libs: libc6-dev-ppc64el-cross, - # The default compiler for this platform on Ubuntu 20.04 seems - # buggy and causes test failures. Dropping the optimisation level - # resolves it. - target: -O2 linux-ppc64le, + target: linux-ppc64le, fips: no }, { arch: riscv64-linux-gnu,