We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1fdfd commit 9e4b762Copy full SHA for 9e4b762
.bazelrc
@@ -0,0 +1,3 @@
1
+# load bazelrc from the legacy location
2
+# as recommended in https://github.com/bazelbuild/bazel/issues/6319
3
+import %workspace%/tools/bazel.rc
tools/bazel.rc
@@ -1,3 +1,8 @@
+# bazelrc file
+# bazel >= 0.18 looks for %workspace%/.bazelrc (which redirects here)
+# Older bazel versions look for %workspace%/tools/bazel.rc (this file)
4
+# See https://github.com/bazelbuild/bazel/issues/6319
5
+
6
build --client_env=CC=clang
7
build --copt=-DGRPC_BAZEL_BUILD
8
0 commit comments