summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omnibus/omnibus.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/omnibus/omnibus.rb b/omnibus/omnibus.rb
index dfbd2bc338..5f7c3f6eba 100644
--- a/omnibus/omnibus.rb
+++ b/omnibus/omnibus.rb
@@ -32,8 +32,11 @@ env_omnibus_windows_arch = :x86 unless %w{x86 x64}.include?(env_omnibus_windows_
windows_arch env_omnibus_windows_arch
# Disable git caching
+# caching is currently disabled as it causes issues when we're running
+# builds of different product versions on the same host. When forked to prep
+# for the next major release this has caused problems. To enable again:
# ------------------------------
-# use_git_caching false
+use_git_caching false
# Enable S3 asset caching
# ------------------------------