1
0
Эх сурвалжийг харах

Temporarily disable the use of read-only dependency cache

Mark Vieira 2 жил өмнө
parent
commit
2f8476e197

+ 2 - 1
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcSetupExtension.java

@@ -75,7 +75,8 @@ public class BwcSetupExtension {
             }));
 
             if (BuildParams.isCi() && Os.isFamily(Os.FAMILY_WINDOWS) == false) {
-                loggedExec.getEnvironment().put("GRADLE_RO_DEP_CACHE", System.getProperty("user.home") + "/gradle_ro_cache");
+                // TODO: Disabled for now until we can figure out why files are getting corrupted
+                //loggedExec.getEnvironment().put("GRADLE_RO_DEP_CACHE", System.getProperty("user.home") + "/gradle_ro_cache");
             }
 
             if (Os.isFamily(Os.FAMILY_WINDOWS)) {