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
abf2fa1876
commit
6811ac3c58
@ -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}" -- \
|
||||
|
||||
@ -42,6 +42,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…
x
Reference in New Issue
Block a user