Make DEFAULT_BAZEL_TARGETS multi-line
This makes diffs more readable. PiperOrigin-RevId: 349569970 Change-Id: I32a35e2e701d3fa5df4cc3b7642b87df57260d30
This commit is contained in:
parent
e545d87911
commit
ee02937dab
@ -15,4 +15,10 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
DEFAULT_BAZEL_TARGETS="//tensorflow/... -//tensorflow/python/integration_testing/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/compiler/xrt/... //tensorflow/compiler/mlir/lite/... -//tensorflow/lite/micro/examples/... -//tensorflow/core/tpu/..."
|
||||
DEFAULT_BAZEL_TARGETS="//tensorflow/... \
|
||||
-//tensorflow/python/integration_testing/... \
|
||||
-//tensorflow/compiler/tf2tensorrt/... \
|
||||
-//tensorflow/compiler/xrt/... \
|
||||
//tensorflow/compiler/mlir/lite/... \
|
||||
-//tensorflow/lite/micro/examples/... \
|
||||
-//tensorflow/core/tpu/..."
|
||||
|
Loading…
Reference in New Issue
Block a user