Update the version string for libtensorflow nightly releases.
PiperOrigin-RevId: 315580020 Change-Id: Ic6b2a9e11cb527851900568a8ae43b433a2049ac
This commit is contained in:
parent
492bb4d4a3
commit
5f069e0eae
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user