Run configure for libtensorflow with Python3.8.

PiperOrigin-RevId: 354380970
Change-Id: Iae582a84b8eabcbfe9f64b0e7f4fb624560f5ae4
This commit is contained in:
Amit Patankar 2021-01-28 13:27:25 -08:00 committed by TensorFlower Gardener
parent 036c71d094
commit f58ded4736

View File

@ -63,7 +63,9 @@ function build_libtensorflow_tarball() {
fi
fi
bazel clean --expunge
yes "" | ./configure
export PYTHON_BIN_PATH=$(which python3.8)
yes "" | "$PYTHON_BIN_PATH" configure.py
# Remove this test call when
# https://github.com/bazelbuild/bazel/issues/2352