Skip to content

Commit

Permalink
Fixing build for HA
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 03a6534 commit e5016c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .license_scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,9 @@ exceptions:
- name: core/sqlite
reason: Exception made by Chef Legal
- name: core/ruby3_1
reason: Ruby license (previously shipped in Automate 1)
reason: Ruby license (previously shipped in Automate 1)
- name : core/libmpc
reason: Exception made by Chef Legal

ruby:
- name: highline
Expand Down
6 changes: 3 additions & 3 deletions components/automate-backend-elasticsidecar/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ pkg_license=("Chef-MLSA")
pkg_version="0.1.0"
pkg_upstream_url="http://github.com/chef/automate/components/automate-backend-elasticsidecar"
pkg_deps=(
core/bash
core/bash/5.1/20240105214248
chef/automate-openjdk
chef/automate-ha-opensearch
)
pkg_build_deps=(
core/make
core/gcc
core/make/4.3/20240105222044
core/gcc/9.5.0/20240105175314
)

pkg_binds=(
Expand Down

0 comments on commit e5016c5

Please sign in to comment.