Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Temporarily disable cross-compiled Mac platforms
Browse files Browse the repository at this point in the history
Homebrew recently dropped support for OpenSSL 1.1 because it's
end-of-life. However, our cross-compiled macOS platforms (11 and 12 on
ARM) still depend on OpenSSL.

While we work on hosting our own OpenSSL 1.1 formula (see PA-7103), this
commit disables building on those platforms for now.
  • Loading branch information
mhashizume committed Nov 6, 2024
1 parent e21c511 commit 5d14147
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ foss_platforms:
- el-9-ppc64le
- fedora-36-x86_64
- fedora-40-x86_64
- osx-11-arm64
- osx-11-x86_64
- osx-12-arm64
- osx-12-x86_64
- osx-13-arm64
- osx-13-x86_64
Expand Down Expand Up @@ -118,12 +116,8 @@ platform_repos:
repo_location: repos/apt/noble
- name: ubuntu-24.04-aarch64
repo_location: repos/apt/noble
- name: osx-11-arm64
repo_location: repos/apple/11/**/arm64/*.dmg
- name: osx-11-x86_64
repo_location: repos/apple/11/**/x86_64/*.dmg
- name: osx-12-arm64
repo_location: repos/apple/12/**/arm64/*.dmg
- name: osx-12-x86_64
repo_location: repos/apple/12/**/x86_64/*.dmg
- name: osx-13-arm64
Expand Down

0 comments on commit 5d14147

Please sign in to comment.