Update the version string for libtensorflow nightly releases.

PiperOrigin-RevId: 315580020
Change-Id: Ic6b2a9e11cb527851900568a8ae43b433a2049ac
This commit is contained in:
Amit Patankar 2020-06-09 16:07:18 -07:00 committed by TensorFlower Gardener
parent 492bb4d4a3
commit 5f069e0eae
3 changed files with 13 additions and 0 deletions

View File

@ -24,4 +24,7 @@ install_bazelisk
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
# Update the version string to nightly
./tensorflow/tools/ci_build/update_version.py --nightly
tensorflow/tools/ci_build/osx/libtensorflow_cpu.sh

View File

@ -26,4 +26,9 @@ which bazel
# Install realpath
sudo apt-get install realpath
# Update the version string to nightly
if [ -n "${IS_NIGHTLY_BUILD}" ]; then
./tensorflow/tools/ci_build/update_version.py --nightly
fi
./tensorflow/tools/ci_build/linux/libtensorflow.sh

View File

@ -27,4 +27,9 @@ sudo apt-get install realpath
export TF_NEED_CUDA=1
# Update the version string to nightly
if [ -n "${IS_NIGHTLY_BUILD}" ]; then
./tensorflow/tools/ci_build/update_version.py --nightly
fi
./tensorflow/tools/ci_build/linux/libtensorflow.sh