[openssl/openssl] 200d95: Drop the optimisation level for ppc64le cross-compile
Matt Caswell
noreply at github.com
Wed Aug 24 15:10:05 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 200d9521a0d406a7d02778d1c6c5a5230caeecf5
https://github.com/openssl/openssl/commit/200d9521a0d406a7d02778d1c6c5a5230caeecf5
Author: Matt Caswell <matt at openssl.org>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M .github/workflows/cross-compiles.yml
Log Message:
-----------
Drop the optimisation level for ppc64le cross-compile
The default cross compiler (gcc 9.4.0) for ppc64le on Ubunut 20.04 seems
buggy and causes a seg fault in sslapitest. This doesn't impact any other
CI cross compile platforms and does not seem to impact the gcc 10.3.0 cross
compiler.
We just drop the optimisation level on that platform.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19056)
More information about the openssl-commits
mailing list