Run configure for libtensorflow with Python3.8.
PiperOrigin-RevId: 354380970 Change-Id: Iae582a84b8eabcbfe9f64b0e7f4fb624560f5ae4
This commit is contained in:
parent
036c71d094
commit
f58ded4736
@ -63,7 +63,9 @@ function build_libtensorflow_tarball() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
bazel clean --expunge
|
bazel clean --expunge
|
||||||
yes "" | ./configure
|
export PYTHON_BIN_PATH=$(which python3.8)
|
||||||
|
yes "" | "$PYTHON_BIN_PATH" configure.py
|
||||||
|
|
||||||
|
|
||||||
# Remove this test call when
|
# Remove this test call when
|
||||||
# https://github.com/bazelbuild/bazel/issues/2352
|
# https://github.com/bazelbuild/bazel/issues/2352
|
||||||
|
Loading…
Reference in New Issue
Block a user