Skip to content

Commit 419f725

Browse files
authored
[cleanup] Remove install_post_deps_pytorch_xla (#9027)
1 parent a8653c9 commit 419f725

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.circleci/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
4444
export USE_CUDA=1
4545
python setup.py install
4646

47-
if ! install_post_deps_pytorch_xla; then
48-
exit 1
49-
fi
50-
5147
sccache --show-stats
5248

5349
source $XLA_DIR/xla_env

.circleci/common.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,6 @@ function install_pre_deps_pytorch_xla() {
105105
fi
106106
}
107107

108-
109-
# TODO(https://github.com/pytorch/xla/issues/8934): Remove PyTorch usage of this function, then
110-
# remove this function from the script.
111-
function install_post_deps_pytorch_xla() {
112-
true
113-
}
114-
115108
function build_torch_xla() {
116109
XLA_DIR=$1
117110
pushd "$XLA_DIR"

0 commit comments

Comments
 (0)