Skip to content

Commit

Permalink
Changes for notifications-service LTS upgrade.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <ssudheer@progress.com>
  • Loading branch information
sreepuramsudheer committed Jan 16, 2025
1 parent 1514799 commit a7ccfce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/notifications-service/habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#stable channel


pkg_repo=a2
pkg_name=notifications-service
Expand All @@ -19,13 +17,14 @@ pkg_deps=(
)
pkg_build_deps=(
core/git
core/cacerts

# Node(kallol) 2022-01-28:
#
# We have seen failures with notification service http request
# with external services. This is because the erlang version was bumped to
# v23.2. Hence pinning the version till we have a fix.
core/erlang25
core/erlang26

# NOTE(ssd) 2019-07-03: PIN PIN PIN
#
Expand Down Expand Up @@ -82,6 +81,8 @@ do_prepare() {

export MIX_HOME="${CACHE_PATH}/.mix"
export HEX_HOME="${CACHE_PATH}/.hex"
mkdir -p "/etc/ssl/certs"
cp $(hab pkg path core/cacerts)/ssl/certs/cacert.pem "/etc/ssl/certs/ca-certificates.crt"
mix local.hex --force
mix local.rebar --force
fix_interpreter "${MIX_HOME}/*" core/coreutils bin/env
Expand Down

0 comments on commit a7ccfce

Please sign in to comment.