Internal change to libtensorflow builds.

PiperOrigin-RevId: 354160743
Change-Id: Id79e0dace9bca393ef135db14df713bf20c74d96
This commit is contained in:
Amit Patankar 2021-01-27 13:31:37 -08:00 committed by TensorFlower Gardener
parent 150bad0f8b
commit f40e2d37c5
3 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@ if [[ "$IS_NIGHTLY" -eq 1 ]]; then
# Copy the nightly version update script
cp tensorflow/tools/ci_build/builds/libtensorflow_nightly_symlink.sh lib_package
echo "This package was built on $(date)" >> /lib_package/build_time.txt
echo "This package was built on $(date)" >> lib_package/build_time.txt
tar -zcvf macos_cpu_libtensorflow_binaries.tar.gz lib_package

View File

@ -27,17 +27,17 @@ which bazel
sudo apt-get install realpath
# Update the version string to nightly
if [ -n "${IS_NIGHTLY_BUILD}" ]; then
if [ -n "${IS_NIGHTLY}" ]; then
./tensorflow/tools/ci_build/update_version.py --nightly
fi
./tensorflow/tools/ci_build/linux/libtensorflow.sh
# Copy the nightly version update script
if [ -n "${IS_NIGHTLY_BUILD}" ]; then
if [ -n "${IS_NIGHTLY}" ]; then
cp tensorflow/tools/ci_build/builds/libtensorflow_nightly_symlink.sh lib_package
echo "This package was built on $(date)" >> /lib_package/build_time.txt
echo "This package was built on $(date)" >> lib_package/build_time.txt
tar -zcvf ubuntu_cpu_libtensorflow_binaries.tar.gz lib_package

View File

@ -28,17 +28,17 @@ sudo apt-get install realpath
export TF_NEED_CUDA=1
# Update the version string to nightly
if [ -n "${IS_NIGHTLY_BUILD}" ]; then
if [ -n "${IS_NIGHTLY}" ]; then
./tensorflow/tools/ci_build/update_version.py --nightly
fi
./tensorflow/tools/ci_build/linux/libtensorflow.sh
# Copy the nightly version update script
if [ -n "${IS_NIGHTLY_BUILD}" ]; then
if [ -n "${IS_NIGHTLY}" ]; then
cp tensorflow/tools/ci_build/builds/libtensorflow_nightly_symlink.sh lib_package
echo "This package was built on $(date)" >> /lib_package/build_time.txt
echo "This package was built on $(date)" >> lib_package/build_time.txt
tar -zcvf ubuntu_gpu_libtensorflow_binaries.tar.gz lib_package