Skip to content

Commit

Permalink
[fbsync] Remove deprecated CI vars. (#3928)
Browse files Browse the repository at this point in the history
Reviewed By: NicolasHug

Differential Revision: D29027341

fbshipit-source-id: b4b25ddbb1a819668e2506e2c845d8be1245900e
  • Loading branch information
fmassa authored and facebook-github-bot committed Jun 10, 2021
1 parent 08ab0f6 commit 3a734ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packaging/wheel/linux_manywheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions packaging/wheel/osx_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 3a734ea

Please sign in to comment.