From 32ee710b92761603a6595af0ea7df392fe743465 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Mon, 1 Nov 2021 17:05:06 +0400 Subject: [PATCH] Try using global module cache --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 854badea04..0bea5aed90 100644 --- a/.bazelrc +++ b/.bazelrc @@ -14,6 +14,7 @@ build --features=debug_prefix_map_pwd_is_dot build --features=swift.cacheable_swiftmodules build --features=swift.debug_prefix_map build --features=swift.enable_vfsoverlays +build --features=swift.use_global_module_cache build --strategy=Genrule=standalone build --spawn_strategy=standalone