Unverified Commit 6a68e5dd authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Set MACOSX_DEPLOYMENT_TARGET=10.9 for binary jobs (#6298)


Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent ba0d665b
......@@ -233,6 +233,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:
......
......@@ -233,6 +233,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:
......
......@@ -49,6 +49,7 @@ build:
- FORCE_CUDA
- BUILD_VERSION
- TORCH_CUDA_ARCH_LIST
- MACOSX_DEPLOYMENT_TARGET
test:
imports:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment