Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET=10.9 for binary jobs (pytorch#6298)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
  • Loading branch information
2 people authored and atalman committed Jul 26, 2022
1 parent 8611c0f commit 7b3aa32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .circleci/config.yml.in
Expand Up @@ -220,6 +220,7 @@ binary_common: &binary_common
PYTORCH_VERSION: << parameters.pytorch_version >>
UNICODE_ABI: << parameters.unicode_abi >>
CU_VERSION: << parameters.cu_version >>
MACOSX_DEPLOYMENT_TARGET: 10.9

torchvision_ios_params: &torchvision_ios_params
parameters:
Expand Down
1 change: 1 addition & 0 deletions packaging/torchvision/meta.yaml
Expand Up @@ -49,6 +49,7 @@ build:
- FORCE_CUDA
- BUILD_VERSION
- TORCH_CUDA_ARCH_LIST
- MACOSX_DEPLOYMENT_TARGET

test:
imports:
Expand Down

0 comments on commit 7b3aa32

Please sign in to comment.