mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
bazel: move disk cache settings to common.bazelrc
share disk cache between building of community/ultimate projects GitOrigin-RevId: 740bc4a2fe48ff1e10ef81b04b608c5d16878361
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0c53ec5208
commit
eea783d235
@@ -6,6 +6,12 @@
|
||||
|
||||
### --- ###
|
||||
|
||||
# Disk cache
|
||||
common --experimental_disk_cache_gc_max_size=32G --experimental_disk_cache_gc_max_age=28d
|
||||
common:macos --disk_cache=~/Library/Caches/JetBrains/monorepo-bazel-cache
|
||||
common:linux --disk_cache=~/.cache/JetBrains/monorepo-bazel-cache
|
||||
common:windows --disk_cache=~/AppData/Local/Temp/JetBrains/monorepo-bazel-cache
|
||||
|
||||
### NOTE on --experimental_sibling_repository_layout
|
||||
### The option was removed due to https://github.com/bazelbuild/bazel/issues/26361
|
||||
### One experimental option less and also it looks like it won't enabled by default in the future
|
||||
|
||||
Reference in New Issue
Block a user