Debug windows builds, add -s
bazel flag
This commit is contained in:
parent
c251e83805
commit
31ab265fcc
@ -140,7 +140,7 @@ bazel build --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
|
||||
--output_filter=^$ \
|
||||
tensorflow/lite:framework tensorflow/lite/examples/minimal:minimal || exit $?
|
||||
|
||||
bazel build --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
|
||||
bazel build -s --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
|
||||
--output_filter=^$ \
|
||||
tensorflow/tools/pip_package:build_pip_package || exit $?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user