Add use_strict_warning=true for mac-os bazel rbe build

pull/25354/head
Esun Kim 4 years ago
parent df062598c0
commit 470c0472c2
  1. 3
      tools/remote_build/mac.bazelrc

@ -33,3 +33,6 @@ build --project_id=grpc-testing
# print output for tests that fail (default is "summary")
build --test_output=errors
# Enable strict warnings to keep it warning-free.
build --define=use_strict_warning=true

Loading…
Cancel
Save