Add PPC64 iMac G5 build support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user