Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION true in multi-node workflow #593

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

finnegancarroll
Copy link
Collaborator

@finnegancarroll finnegancarroll commented Jul 17, 2024

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
Copy link
Member

mch2 commented Jul 18, 2024

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.

@mch2 mch2 merged commit bc28d25 into opensearch-project:main Jul 18, 2024
7 of 8 checks passed
@mch2 mch2 added the backport 2.x backport to 2.x label Jul 18, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 18, 2024
…de (#593)

Signed-off-by: Finn Carroll <[email protected]>
(cherry picked from commit bc28d25)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
mch2 pushed a commit that referenced this pull request Jul 18, 2024
…de (#593) (#595)

(cherry picked from commit bc28d25)

Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants