Skip to content

Commit e54b0f9

Browse files
committed
ffi-libarchive could not be loaded fix the warning by add dep in pkg_deps
Signed-off-by: nitin sanghi <[email protected]>
1 parent 131ca43 commit e54b0f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

habitat/plan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ export HAB_REFRESH_CHANNEL="LTS-2024"
33
pkg_name=chef-cli
44
pkg_origin=chef
55
ruby_pkg="core/ruby3_1"
6-
pkg_deps=(${ruby_pkg} core/coreutils)
6+
pkg_deps=(${ruby_pkg} core/coreutils core/libarchive)
77
pkg_build_deps=(
88
core/make
99
core/sed
1010
core/gcc
11-
core/libarchive
1211
core/git
1312
)
1413
pkg_bin_dirs=(bin)

0 commit comments

Comments
 (0)