Skip to content

Commit

Permalink
Removing openssl 3 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed Jan 3, 2025
1 parent 7e9e770 commit f94a884
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
14 changes: 7 additions & 7 deletions components/automate-builder-memcached/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ pkg_source="http://www.memcached.org/files/${pkg_distname}-${pkg_version}.tar.gz
pkg_shasum=f291a35f82ef9756ed1d952879ef5f4be870f932bdfcb2ab61356609abf82346

pkg_deps=(
core/bash
core/glibc
core/libevent
core/openssl11
core/bash/5.1/20240105214248
core/glibc/2.35/20240105171810
core/libevent/2.1.12/20240106023556
core/openssl11/1.1.1w/20240106015742
)


pkg_build_deps=(
core/git
core/gcc
core/make
core/git/2.33.1/20240614092831
core/gcc/9.5.0/20240105175314
core/make/4.3/20240105222044
)
pkg_bin_dirs=(bin)
pkg_include_dirs=(include)
Expand Down
32 changes: 16 additions & 16 deletions components/automate-es-gateway/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@ chef_automate_hab_binding_mode="relaxed"
pkg_svc_user="root"

pkg_deps=(
core/glibc
core/libedit
core/ncurses
core/zlib
core/bzip2
core/openssl/3.0.9
core/pcre2

core/coreutils
chef/mlsa
core/bash
core/curl # health_check
chef/automate-platform-tools
core/glibc/2.35/20240105171810
core/libedit/20210910-3.1/20240106023704
core/ncurses/6.2/20240105212325
core/zlib/1.3/20240105173710
core/bzip2/1.0.8/20240105212113
core/openssl/1.0.2zi/20240105224424
#core/pcre2
core/pcre/8.45/20240105213900
core/coreutils/8.32/20240105213308
chef/mlsa/1.0.1/20240125084021
core/bash/5.1/20240105214248
core/curl/8.7.1/20240614090648# health_check
chef/automate-platform-tools/0.1.0/20241212061203
)


pkg_build_deps=(
core/gcc
core/make
core/coreutils
core/gcc/9.5.0/20240105175314
core/make/4.3/20240105222044
core/coreutils/8.32/20240105213308
)

pkg_lib_dirs=(lib)
Expand Down
3 changes: 1 addition & 2 deletions scripts/verify_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ fi
# Build all habitat packages that have changed
build_commands=""
for component in "${changed_components[@]}"; do
if [[ "$component" == "components/automate-builder-memcached" ||
"$component" == "components/automate-builder-api" ||
if [[ "$component" == "components/automate-builder-api" ||
"$component" == "components/automate-builder-api-proxy" ||
"$component" == "components/automate-ui" ]]; then
echo "Skipping component: $component"
Expand Down

0 comments on commit f94a884

Please sign in to comment.