From 21f050ef2f6c50f38a3a943aa9cb55f99ee83087 Mon Sep 17 00:00:00 2001 From: Thomas Powell Date: Thu, 26 Sep 2024 08:03:05 -0400 Subject: [PATCH] Revert temporary build setting Signed-off-by: Thomas Powell --- .expeditor/config.yml | 2 +- omnibus.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 7b64334..879e042 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -23,7 +23,7 @@ pipelines: env: - ADHOC: true - IGNORE_CACHE: true - - OMNIBUS_USE_INTERNAL_SOURCES: false + - OMNIBUS_USE_INTERNAL_SOURCES: true - omnibus/adhoc-canary: canary: true definition: .expeditor/adhoc-canary.omnibus.yml diff --git a/omnibus.rb b/omnibus.rb index b619c77..e516f7f 100644 --- a/omnibus.rb +++ b/omnibus.rb @@ -32,7 +32,7 @@ windows_arch env_omnibus_windows_arch use_git_caching true -use_internal_sources ENV.fetch("OMNIBUS_USE_INTERNAL_SOURCES", false) +use_internal_sources ENV.fetch("OMNIBUS_USE_INTERNAL_SOURCES", true) # Enable S3 asset caching # ------------------------------