Skip to content

Commit

Permalink
Adding new packages
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain authored and Yashvi Jain committed Jan 17, 2025
1 parent 2f10abe commit 03a6534
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
22 changes: 11 additions & 11 deletions components/automate-backend-opensearch/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ pkg_upstream_url="https://www.chef.io/automate"
pkg_source="https://artifacts.opensearch.org/releases/bundle/opensearch/1.3.20/opensearch-1.3.20-linux-x64.tar.gz"
pkg_shasum=a786fe52b4d25db85cc49f34df6118f19c434b25935f28bd98c0f874ae77ccc3
pkg_build_deps=(
core/patchelf
core/make
core/gcc
core/patchelf/0.13/20240105212025
core/make/4.3/20240105222044
core/gcc/9.5.0/20240105175314
)

pkg_deps=(
core/coreutils
core/glibc
core/zlib
core/bash # hooks
chef/mlsa
core/curl # health_check
core/coreutils/8.32/20240105213308
core/glibc/2.35/20240105171810
core/zlib/1.3/20240105173710
core/bash/5.1/20240105214248 # hooks
chef/mlsa/1.0.1/20240125084021
core/curl/8.7.1/20240614090648 #healthcheck
chef/automate-openjdk
chef/automate-platform-tools
core/ruby3_1
chef/automate-platform-tools/0.1.0/20241212061203
core/ruby31/3.1.6/20240912144513
)
pkg_interpreters=(bin/ruby)
pkg_bin_dirs=(os/bin)
Expand Down
20 changes: 10 additions & 10 deletions components/automate-openjdk/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ pkg_description=('Eclipse Temurin is the open source Java SE build based upon Op
pkg_upstream_url=https://adoptium.net/

pkg_deps=(
core/gcc-libs
core/glibc
core/libxext
core/libxi
core/libxrender
core/libxtst
core/xlib
core/zlib
core/gcc-libs/9.5.0/20240105173910
core/glibc/2.35/20240105171810
core/libxext/1.3.4/20240108124758
core/libxi/1.7.10/20240108173246
core/libxrender/0.9.10/20240108173201
core/libxtst/1.2.3/20240108190320
core/xlib/1.7.2/20240108124426
core/zlib/1.3/20240105173710
)

pkg_build_deps=(
core/patchelf
core/rsync
core/patchelf/0.13/20240105212025
core/rsync/3.2.3/20240107034222
)
pkg_bin_dirs=(bin)
pkg_lib_dirs=(lib)
Expand Down
15 changes: 8 additions & 7 deletions components/automate-opensearch/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ pkg_build_deps=(
core/patchelf
)
pkg_deps=(
core/coreutils
core/glibc
core/zlib
core/bash # hooks
chef/mlsa
core/curl # health_check
core/coreutils/8.32/20240105213308
core/glibc/2.35/20240105171810
core/zlib/1.3/20240105173710
core/bash/5.1/20240105214248 # hooks
chef/mlsa/1.0.1/20240125084021
core/curl/8.7.1/20240614090648 #healthcheck
chef/automate-openjdk
chef/automate-platform-tools
chef/automate-platform-tools/0.1.0/20241212061203
)

pkg_bin_dirs=(os/bin)
pkg_lib_dirs=(lib)

Expand Down
3 changes: 1 addition & 2 deletions components/notifications-service/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pkg_deps=(
# bash is required by distillery
core/bash/5.1/20240105214248
chef/mlsa/1.0.1/20240125084021
${local_platform_tools_origin:-chef}/automate-platform-tools
chef/automate-platform-tools/0.1.0/20241212061203
core/busybox-static/1.34.1/20240105230035
)
pkg_build_deps=(
Expand Down Expand Up @@ -79,7 +79,6 @@ do_unpack() {
do_prepare() {
localedef -i en_US -f UTF-8 en_US.UTF-8
export LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8

export MIX_HOME="${CACHE_PATH}/.mix"
export HEX_HOME="${CACHE_PATH}/.hex"
mix local.hex --force
Expand Down

0 comments on commit 03a6534

Please sign in to comment.