Skip to content

Commit

Permalink
Disable s3 omnibus cache
Browse files Browse the repository at this point in the history
This has caused a ton of random issues where builders start pulling in
cache from other branches. Every time we get in this state we just
rebuild without the cache and all is fine again. It seems like we should
just disable it at this point since we run builds on 2 branches at the
same time now.

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Dec 20, 2018
1 parent 3a58b03 commit 27b5883
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion omnibus/omnibus.rb
Expand Up @@ -32,8 +32,11 @@
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
# ------------------------------
Expand Down

0 comments on commit 27b5883

Please sign in to comment.