opensearch-project / asynchronous-search

:arrow_forward: Run queries in the background and retrieve partial results along the way
https://opensearch.org/docs/latest/search-plugins/async/index/
Apache License 2.0
28 stars 48 forks source link

ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION true in multi-node workflow #593

Closed finnegancarroll closed 1 month ago

finnegancarroll commented 1 month ago

Description

setup-java action failing with:

/usr/bin/docker exec  c1465ab46106f1d175e52fb4802c1fc82e264ec53dce8115e79c74a171cf3534 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)

Fix per: https://github.com/opensearch-project/job-scheduler/pull/650/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f

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.

mch2 commented 1 month ago

Going to push this to fix CI on 2.x line. Then we can merge the version bump that will fix the multi-node test workflow.