opensearch-project / common-utils

Offers a library of utilities for building Java-based OpenSearch plugins
Apache License 2.0
20 stars 93 forks source link

ci fix #703

Closed riysaxen-amzn closed 1 month ago

riysaxen-amzn commented 1 month ago

Description

This should fix the build failures due to node versions in linux envs

Run actions/setup-java@v2
/usr/bin/docker exec  6d4a35e2aab4ab0830e6db0e75e1533cca0a23954f3003ab68b387083c956f43 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

Issues Resolved

[List any issues this PR will resolve]

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.