Skip to content

Commit

Permalink
TF-DF v1.0.1 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 472740754
  • Loading branch information
achoum authored and copybara-github committed Sep 7, 2022
1 parent 47842b1 commit ef26618
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/test_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
#
# Usage example:
#
# # Compilation without TF support.
# ./tools/test_bazel.sh
# TF_SUPPORT=1 && ./tools/test_bazel.sh

#
# # Compilation with TF support.
# TF_SUPPORT=1 ./tools/test_bazel.sh
#
set -xev

if [ -z "${TF_SUPPORT}"] || [ "${TF_SUPPORT}" = 0 ]; then
Expand Down

0 comments on commit ef26618

Please sign in to comment.