]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove workaround for an old ppc64le compiler bug
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 11 Mar 2025 17:58:25 +0000 (18:58 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Mar 2025 10:17:29 +0000 (11:17 +0100)
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)

.github/workflows/cross-compiles.yml

index 2232e50a884444267876fd925dda742414367226..fe2d4de308fd57ddf67f1594b4df2d5bebba03ed 100644 (file)
@@ -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,