There was an error while loading. Please reload this page.
1 parent b853282 commit 04a0493Copy full SHA for 04a0493
1 file changed
.bazelrc
@@ -31,6 +31,10 @@ common --remote_cache_compression
31
common --remote_header=x-buildbuddy-api-key=IqGGzfrvMgDJh927qtrw
32
common --remote_timeout=10m
33
34
+# Force downloading of TableGen-generated files (.inc) for local debugging and
35
+# IDE autocompletion support.
36
+build --remote_download_regex=".*\.inc$"
37
+
38
# This enables remote build execution and writing to the remote cache, which
39
# dramatically speeds up builds. Add a .bazelrc.user file with:
40
#
0 commit comments