Add back the --copt=-DGRPC_BAZEL_BUILD build option to MacOS nonpip builds.

PiperOrigin-RevId: 339321996
Change-Id: Ia264609fc89ade1632b42edd8716dcefeea311dd
This commit is contained in:
Hye Soo Yang 2020-10-27 13:50:07 -07:00 committed by Geeta Chavan
parent f15c2f7aec
commit 3a25896630
3 changed files with 3 additions and 0 deletions

View File

@ -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}" -- \

View File

@ -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}" -- \

View File

@ -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}" -- \