Skip to content

Commit 0561920

Browse files
committed
fix indentetion
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
1 parent e1e0def commit 0561920

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lib/omnibus/health_check.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,12 @@ def check_for_bad_library(bad_libs, good_libs, current_library, name, linked)
558558
AIX_WHITELIST_LIBS
559559
else
560560
# custom condition for el-7ppc64
561+
# on chef-foundation/omnibus#el-7ppc64 is failing on health check
562+
# because of the libatomic.so.1 dependency
563+
# which is not available on ppc64 architecture
564+
# so we need to add it to the whitelist
565+
# for el-7ppc64 architecture
566+
# ref: https://buildkite.com/chef/chef-chef-foundation-main-omnibus-adhoc/builds/906#019850fd-0020-442e-890d-2a4795307622/7-15544
561567
if node["platform"] == "el" || node["platform"] == "redhat" || node["platform"] == "centos" &&
562568
node["platform_version"].start_with?("7") &&
563569
node["kernel"]["machine"] == "ppc64"

0 commit comments

Comments
 (0)