Add PPC64 iMac G5 build support

This commit is contained in:
2026-07-17 18:21:31 -05:00
parent 7e2360c104
commit 438cc58b02
5 changed files with 89 additions and 9 deletions
+10
View File
@@ -42,6 +42,10 @@ jobs:
os: ubuntu-24.04
openssl_target: linux-ppc
cross_prefix: powerpc-linux-gnu-
- target: linux-ppc64be
os: ubuntu-24.04
openssl_target: linux-ppc64
cross_prefix: powerpc64-linux-gnu-
- target: macos-amd64
os: macos-14
openssl_target: darwin64-x86_64-cc
@@ -67,6 +71,12 @@ jobs:
sudo apt-get update
sudo apt-get install --yes gcc-powerpc-linux-gnu
- name: Install the Linux PPC64 big-endian cross-compiler
if: matrix.target == 'linux-ppc64be'
run: |
sudo apt-get update
sudo apt-get install --yes gcc-powerpc64-linux-gnu
- name: Build static OpenSSL
env:
OPENSSL_VERSION: 3.5.7