Skip to content

Commit 04a0493

Browse files
committed
buildbuddy: ensure autogenerated tablegen headers are downloaded
1 parent b853282 commit 04a0493

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ common --remote_cache_compression
3131
common --remote_header=x-buildbuddy-api-key=IqGGzfrvMgDJh927qtrw
3232
common --remote_timeout=10m
3333

34+
# Force downloading of TableGen-generated files (.inc) for local debugging and
35+
# IDE autocompletion support.
36+
build --remote_download_regex=".*\.inc$"
37+
3438
# This enables remote build execution and writing to the remote cache, which
3539
# dramatically speeds up builds. Add a .bazelrc.user file with:
3640
#

0 commit comments

Comments
 (0)