Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
e3e7c256
Unverified
Commit
e3e7c256
authored
May 27, 2021
by
Vasilis Vryniotis
Committed by
GitHub
May 27, 2021
Browse files
Remove deprecated CI vars. (#3928)
parent
2ab93592
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
packaging/wheel/linux_manywheel.sh
packaging/wheel/linux_manywheel.sh
+0
-3
packaging/wheel/osx_wheel.sh
packaging/wheel/osx_wheel.sh
+0
-2
No files found.
packaging/wheel/linux_manywheel.sh
View file @
e3e7c256
...
@@ -14,9 +14,6 @@ else
...
@@ -14,9 +14,6 @@ else
cu_suffix
=
"+
$CUVER
"
cu_suffix
=
"+
$CUVER
"
fi
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
"
export
OUT_DIR
=
"/remote/
$CUVER
"
pushd
/opt/python
pushd
/opt/python
...
...
packaging/wheel/osx_wheel.sh
View file @
e3e7c256
...
@@ -12,8 +12,6 @@ wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh &
...
@@ -12,8 +12,6 @@ wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh &
.
~/minconda_wheel_env_tmp/bin/activate
.
~/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
OUT_DIR
=
~/torchvision_wheels
export
MACOSX_DEPLOYMENT_TARGET
=
10.9
CC
=
clang
CXX
=
clang++
export
MACOSX_DEPLOYMENT_TARGET
=
10.9
CC
=
clang
CXX
=
clang++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment