Skip to content

Commit 37744d6

Browse files
author
Sachin
committed
Add core/libarchive dependency to windows plan
Signed-off-by: Sachin <[email protected]>
1 parent fd9d145 commit 37744d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

habitat/plan.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $pkg_maintainer="The Chef Maintainers <[email protected]>"
1111
$pkg_deps=@(
1212
"core/ruby3_4-plus-devkit"
1313
"core/git"
14+
"core/libarchive"
1415
)
1516
$pkg_bin_dirs=@("bin"
1617
"vendor/bin")
@@ -67,7 +68,7 @@ function Invoke-Install {
6768
Push-Location $pkg_prefix
6869
bundle config --local gemfile $project_root/Gemfile
6970
Write-BuildLine "** generating binstubs for chef-cli with precise version pins"
70-
Write-BuildLine "** generating binstubs for chef-cli with precise version pins $project_root $pkg_prefix/bin "
71+
Write-BuildLine "** generating binstubs for chef-cli with precise version pins $project_root $pkg_prefix/bin "
7172
Invoke-Expression -Command "appbundler.bat $project_root $pkg_prefix/bin chef-cli"
7273
If ($lastexitcode -ne 0) { Exit $lastexitcode }
7374
Write-BuildLine " ** Running the chef-cli project's 'rake install' to install the path-based gems so they look like any other installed gem."

0 commit comments

Comments
 (0)