Add back the --copt=-DGRPC_BAZEL_BUILD
build option to MacOS nonpip builds.
PiperOrigin-RevId: 339321996 Change-Id: Ia264609fc89ade1632b42edd8716dcefeea311dd
This commit is contained in:
parent
f15c2f7aec
commit
3a25896630
@ -43,6 +43,7 @@ source tensorflow/tools/ci_build/build_scripts/DEFAULT_TEST_TARGETS.sh
|
||||
|
||||
# Run tests
|
||||
bazel test --test_output=errors --config=opt \
|
||||
--copt=-DGRPC_BAZEL_BUILD \
|
||||
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
|
||||
--build_tag_filters="${tag_filters}" \
|
||||
--test_tag_filters="${tag_filters}" -- \
|
||||
|
@ -43,6 +43,7 @@ source tensorflow/tools/ci_build/build_scripts/DEFAULT_TEST_TARGETS.sh
|
||||
|
||||
# Run tests
|
||||
bazel test --test_output=errors --config=opt \
|
||||
--copt=-DGRPC_BAZEL_BUILD \
|
||||
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
|
||||
--build_tag_filters="${tag_filters}" \
|
||||
--test_tag_filters="${tag_filters}" -- \
|
||||
|
@ -43,6 +43,7 @@ source tensorflow/tools/ci_build/build_scripts/DEFAULT_TEST_TARGETS.sh
|
||||
|
||||
# Run tests
|
||||
bazel test --test_output=errors --config=opt \
|
||||
--copt=-DGRPC_BAZEL_BUILD \
|
||||
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
|
||||
--build_tag_filters="${tag_filters}" \
|
||||
--test_tag_filters="${tag_filters}" -- \
|
||||
|
Loading…
Reference in New Issue
Block a user