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 <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27033)
This commit is contained in:
Bernd Edlinger 2025-03-11 18:58:25 +01:00 committed by Tomas Mraz
parent 1bf328edf9
commit c658a60aae

View file

@ -103,10 +103,7 @@ jobs:
}, { }, {
arch: powerpc64le-linux-gnu, arch: powerpc64le-linux-gnu,
libs: libc6-dev-ppc64el-cross, libs: libc6-dev-ppc64el-cross,
# The default compiler for this platform on Ubuntu 20.04 seems target: linux-ppc64le,
# buggy and causes test failures. Dropping the optimisation level
# resolves it.
target: -O2 linux-ppc64le,
fips: no fips: no
}, { }, {
arch: riscv64-linux-gnu, arch: riscv64-linux-gnu,