Skip to content

Commit

Permalink
Remove --verbose_explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac committed Apr 15, 2019
1 parent 585adac commit db8d8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fi

run_configure_for_gpu_build

bazel build --verbose_explanations --announce_rc --config=opt tensorflow/tools/pip_package:build_pip_package || exit $?
bazel build --announce_rc --config=opt tensorflow/tools/pip_package:build_pip_package || exit $?

if [[ "$SKIP_TEST" == 1 ]]; then
exit 0
Expand Down

0 comments on commit db8d8ad

Please sign in to comment.