Skip to content

Commit a14d1d4

Browse files
nikhil2611Copilot
andcommitted
Remove unnecessary core/sed from pkg_build_deps
sed is already available in the Habitat Studio base environment, so an explicit dependency is not required. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: nikhil2611 <ngupta@progress.com>
1 parent d1d753d commit a14d1d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

habitat/plan.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ruby_pkg="core/ruby3_4"
66
pkg_deps=(${ruby_pkg} core/coreutils core/libarchive)
77
pkg_build_deps=(
88
core/make
9-
core/sed
109
core/gcc
1110
core/git
1211
)

0 commit comments

Comments
 (0)