diff options
Diffstat (limited to 'omnibus/omnibus.rb')
-rw-r--r-- | omnibus/omnibus.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/omnibus/omnibus.rb b/omnibus/omnibus.rb index 99817f7caf..f28f9c9593 100644 --- a/omnibus/omnibus.rb +++ b/omnibus/omnibus.rb @@ -31,6 +31,9 @@ env_omnibus_windows_arch = :x86 unless %w{x86 x64}.include?(env_omnibus_windows_ windows_arch env_omnibus_windows_arch +# Allows us to verify that we're building on the platform we think we are. +puts "RUBY PLATFORM @ omnibus-load time: #{RUBY_PLATFORM}" + use_git_caching true # Enable S3 asset caching |