From 3a734eaa221ce50be7f769ea742565eac477cd7b Mon Sep 17 00:00:00 2001 From: Francisco Massa Date: Thu, 10 Jun 2021 08:23:33 -0700 Subject: [PATCH] [fbsync] Remove deprecated CI vars. (#3928) Reviewed By: NicolasHug Differential Revision: D29027341 fbshipit-source-id: b4b25ddbb1a819668e2506e2c845d8be1245900e --- packaging/wheel/linux_manywheel.sh | 3 --- packaging/wheel/osx_wheel.sh | 2 -- 2 files changed, 5 deletions(-) diff --git a/packaging/wheel/linux_manywheel.sh b/packaging/wheel/linux_manywheel.sh index 19e7d1a7500..965c8150748 100644 --- a/packaging/wheel/linux_manywheel.sh +++ b/packaging/wheel/linux_manywheel.sh @@ -14,9 +14,6 @@ else cu_suffix="+$CUVER" fi -export TORCHVISION_BUILD_VERSION="0.4.0.dev$(date "+%Y%m%d")${cu_suffix}" -export TORCHVISION_BUILD_NUMBER="1" -export TORCHVISION_LOCAL_VERSION_LABEL="$CUVER" export OUT_DIR="/remote/$CUVER" pushd /opt/python diff --git a/packaging/wheel/osx_wheel.sh b/packaging/wheel/osx_wheel.sh index 900485d3199..2bea559c174 100644 --- a/packaging/wheel/osx_wheel.sh +++ b/packaging/wheel/osx_wheel.sh @@ -12,8 +12,6 @@ wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh & . ~/minconda_wheel_env_tmp/bin/activate -export TORCHVISION_BUILD_VERSION="0.4.0.dev$(date "+%Y%m%d")" -export TORCHVISION_BUILD_NUMBER="1" export OUT_DIR=~/torchvision_wheels export MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++