aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler_wrapper/compiler_wrapper.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler_wrapper/compiler_wrapper.go b/compiler_wrapper/compiler_wrapper.go
index 2de2f6a4..d2b47691 100644
--- a/compiler_wrapper/compiler_wrapper.go
+++ b/compiler_wrapper/compiler_wrapper.go
@@ -78,8 +78,9 @@ func callCompilerInternal(env env, cfg *config, inputCmd *command) (exitCode int
rusageEnabled := isRusageEnabled(env)
- // Disable goma for rusage logs
- allowGoma := !rusageEnabled
+ // Disable CCache for rusage logs
+ // Note: Disabling Goma causes timeout related INFRA_FAILUREs in builders
+ allowGoma := true
allowCCache := !rusageEnabled
workAroundKernelBugWithRetries := false