From bcc0c7ac64b2c05234f66902ccfe454bf0800b5c Mon Sep 17 00:00:00 2001 From: John McCrae Date: Fri, 1 Mar 2024 16:18:43 -0800 Subject: [PATCH] Updated dependencies to get ready for new Ohai for Chef-17 Signed-off-by: John McCrae --- .expeditor/verify_win32certstore.ps1 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.expeditor/verify_win32certstore.ps1 b/.expeditor/verify_win32certstore.ps1 index 6d57e75..bd6fcd5 100644 --- a/.expeditor/verify_win32certstore.ps1 +++ b/.expeditor/verify_win32certstore.ps1 @@ -23,16 +23,6 @@ refreshenv $env:Path = [System.Environment]::GetEnvironmentVariable("Path", "Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path", "User") + ";c:\opscode\chef\embedded\bin" Write-Output "`r" -# Write-Output "--- :building_construction: Correcting a gem build problem, moving header files around" -# $filename = "ansidecl.h" -# $locale = Get-ChildItem -path c:\opscode -Include $filename -Recurse -ErrorAction Ignore -# if ($locale -is [Array]) { $locale = $locale[0] } -# Write-Output "Copying ansidecl.h to the correct folder" -# $parent_folder = $locale.Directory.Parent.FullName -# $child_folder = $parent_folder + "\x86_64-w64-mingw32\include" -# Copy-Item $locale.FullName -Destination $child_folder -ErrorAction Continue -# Write-Output "`r" - Write-Output "--- :bank: Installing Gems for the Chef-PowerShell Gem" gem install bundler gem install libyajl2-gem