Skip to content

Commit b3289d0

Browse files
jdsgomesfacebook-github-bot
authored andcommitted
[fbsync] Set MACOSX_DEPLOYMENT_TARGET=10.9 for binary jobs (#6298)
Summary: Co-authored-by: Vasilis Vryniotis <[email protected]> Reviewed By: datumbox Differential Revision: D38154570 fbshipit-source-id: 03404d3a1f189d7d2411a68e30b23f53d0261a95
1 parent 8e47259 commit b3289d0

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
@@ -233,6 +233,7 @@ binary_common: &binary_common
233233
PYTORCH_VERSION: << parameters.pytorch_version >>
234234
UNICODE_ABI: << parameters.unicode_abi >>
235235
CU_VERSION: << parameters.cu_version >>
236+
MACOSX_DEPLOYMENT_TARGET: 10.9
236237

237238
torchvision_ios_params: &torchvision_ios_params
238239
parameters:

packaging/torchvision/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ build:
4949
- FORCE_CUDA
5050
- BUILD_VERSION
5151
- TORCH_CUDA_ARCH_LIST
52+
- MACOSX_DEPLOYMENT_TARGET
5253

5354
test:
5455
imports:

0 commit comments

Comments
 (0)