Files
openide/.bazelrc
Leonid Shalupov 6b0ddf2ed1 misc Bazel scripts: allow importing user-specific .bazelrc for community
GitOrigin-RevId: 2cda816d2cd0c592880f9b27640065ff410da7c4
2026-01-26 19:35:07 +00:00

20 lines
514 B
Plaintext

### Profiles ###
# ci — configuration tailored for CI
### --- ###
import %workspace%/common.bazelrc
try-import %workspace%/../build/remote_cache.bazelrc
# Enable remote cache key scrubbing
common --experimental_remote_scrubbing_config=build/bazel_scrubbing.cfg
# Enable remote downloader config w/ allowed hosts and caching proxies
common --downloader_config=build/bazel_downloader.cfg
# TeamCity-specific options
common:teamcity --show_progress_rate_limit=30
try-import %workspace%/.bazelrc-user.bazelrc