| Index: recipe_modules/infra_paths/path_config.py
|
| diff --git a/recipe_modules/infra_paths/path_config.py b/recipe_modules/infra_paths/path_config.py
|
| index cad820aed7040a1643a5b5e47d5ff9113067cc82..6b7bb33c15f2db3cdc88370de839b0e8d53be6dd 100644
|
| --- a/recipe_modules/infra_paths/path_config.py
|
| +++ b/recipe_modules/infra_paths/path_config.py
|
| @@ -33,7 +33,7 @@ def infra_kitchen(c):
|
| # TODO(phajdan.jr): set persistent cache path for remaining platforms.
|
| # NOTE: do not use /b/swarm_slave here - it gets deleted on bot redeploy,
|
| # and may happen even after a reboot.
|
| - if c.PLATFORM == 'linux':
|
| + if c.PLATFORM in ('linux', 'mac'):
|
| c.base_paths['cache'] = (
|
| '/', 'b', 'cache', 'chromium')
|
| for path in ('builder_cache', 'git_cache', 'goma_cache', 'goma_deps_cache'):
|
|
|