Stop publishing incompatible PPC64 binaries

This commit is contained in:
2026-07-17 18:30:21 -05:00
parent 438cc58b02
commit 0662bfe52d
3 changed files with 8 additions and 13 deletions
-10
View File
@@ -42,10 +42,6 @@ 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
@@ -71,12 +67,6 @@ 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