summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-06-09 12:19:13 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-06-13 14:30:43 -0700
commitc7e73c3712ec53853db1b3d09880bbb90e150e94 (patch)
tree5b85bf2cdf6467eaa02cfb7f883b742ef090ed0c
parent281844fe475ac046a79de8b58aee135038124a65 (diff)
downloadchef-c7e73c3712ec53853db1b3d09880bbb90e150e94.tar.gz
debugging build failures
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.expeditor/release.omnibus.yml1
-rw-r--r--habitat/plan.ps12
2 files changed, 1 insertions, 2 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml
index c21af7384a..803798b7ae 100644
--- a/.expeditor/release.omnibus.yml
+++ b/.expeditor/release.omnibus.yml
@@ -10,7 +10,6 @@ fips-platforms:
- windows-*
skip-artifactory-platforms:
- freebsd-13-amd64
-windows-64-msystem: UCRT64
builder-to-testers-map:
aix-7.1-powerpc:
- aix-7.1-powerpc
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 1ac60e0230..c1b1d5f305 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -80,7 +80,7 @@ function Invoke-Build {
try {
Push-Location "${HAB_CACHE_SRC_PATH}/${pkg_dirname}"
- $env:_BUNDER_WINDOWS_DLLS_COPIED = "1"
+ $env:_BUNDLER_WINDOWS_DLLS_COPIED = "1"
Write-BuildLine " ** Using bundler to retrieve the Ruby dependencies"
bundle install --jobs=3 --retry=3