Skip to content

Commit

Permalink
Updated dependencies to get ready for new Ohai for Chef-17
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Mar 2, 2024
1 parent 0c947dd commit bcc0c7a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .expeditor/verify_win32certstore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcc0c7a

Please sign in to comment.