Skip to content

Commit 5d14147

Browse files
committed
Temporarily disable cross-compiled Mac platforms
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.
1 parent e21c511 commit 5d14147

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/build_defaults.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ foss_platforms:
2121
- el-9-ppc64le
2222
- fedora-36-x86_64
2323
- fedora-40-x86_64
24-
- osx-11-arm64
2524
- osx-11-x86_64
26-
- osx-12-arm64
2725
- osx-12-x86_64
2826
- osx-13-arm64
2927
- osx-13-x86_64
@@ -118,12 +116,8 @@ platform_repos:
118116
repo_location: repos/apt/noble
119117
- name: ubuntu-24.04-aarch64
120118
repo_location: repos/apt/noble
121-
- name: osx-11-arm64
122-
repo_location: repos/apple/11/**/arm64/*.dmg
123119
- name: osx-11-x86_64
124120
repo_location: repos/apple/11/**/x86_64/*.dmg
125-
- name: osx-12-arm64
126-
repo_location: repos/apple/12/**/arm64/*.dmg
127121
- name: osx-12-x86_64
128122
repo_location: repos/apple/12/**/x86_64/*.dmg
129123
- name: osx-13-arm64

0 commit comments

Comments
 (0)