mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
20 lines
514 B
Plaintext
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
|