Skip to content

Commit 4611e80

Browse files
atalmanmthrok
andauthored
Set MACOSX_DEPLOYMENT_TARGET=10.9 for binary job (#1835) (#1858)
Recent CircleCI migration #1818 silently bumped the minimum supported macOS version to 11. PyTorch still supports 10.9 and the ecosystem still uses 10.9. Issue: #1834 This commit sets MACOSX_DEPLOYMENT_TARGET=10.9, so that binary distribution are compatible with macOS=10.9. Co-authored-by: moto <[email protected]>
1 parent 2dfc909 commit 4611e80

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ binary_common: &binary_common
5353
BUILD_VERSION: << parameters.build_version >>
5454
PYTORCH_VERSION: << parameters.pytorch_version >>
5555
CU_VERSION: cpu
56+
MACOSX_DEPLOYMENT_TARGET: 10.9
5657

5758
smoke_test_common: &smoke_test_common
5859
<<: *binary_common

packaging/torchtext/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ build:
2929
string: py{{py}}
3030
script_env:
3131
- BUILD_VERSION
32+
- MACOSX_DEPLOYMENT_TARGET
3233

3334
test:
3435
imports:

0 commit comments

Comments
 (0)