mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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:
parent
1bf328edf9
commit
c658a60aae
5
.github/workflows/cross-compiles.yml
vendored
5
.github/workflows/cross-compiles.yml
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user