Skip to content

Commit e9c523f

Browse files
authored
Merge pull request #283 from chef/rc2_ffi-lib
ffi-libarchive could not be loaded fix the warning by add dep in pkg_…
2 parents 47f35bd + e54b0f9 commit e9c523f

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)