Windows build: Add --output_filter=^$ to bazel build
command as well
PiperOrigin-RevId: 253595592
This commit is contained in:
parent
6d00cb1a2f
commit
568b95a874
@ -135,9 +135,11 @@ run_configure_for_cpu_build
|
||||
|
||||
bazel build --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
|
||||
--build_tag_filters=-no_pip,-no_windows,-no_oss,-gpu \
|
||||
--output_filter=^$ \
|
||||
tensorflow/lite:framework tensorflow/lite/examples/minimal:minimal || exit $?
|
||||
|
||||
bazel build --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
|
||||
--output_filter=^$ \
|
||||
tensorflow/tools/pip_package:build_pip_package || exit $?
|
||||
|
||||
if [[ "$SKIP_TEST" == 1 ]]; then
|
||||
|
@ -137,6 +137,7 @@ fi
|
||||
run_configure_for_gpu_build
|
||||
|
||||
bazel build --announce_rc --config=opt --define=no_tensorflow_py_deps=true \
|
||||
--output_filter=^$ \
|
||||
${EXTRA_BUILD_FLAGS} \
|
||||
tensorflow/tools/pip_package:build_pip_package || exit $?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user