Skip to content

Fix: Github CI build fix#701

Merged
heemin32 merged 6 commits intoopensearch-project:mainfrom
Bit-Quill:ft-ak-bq-ci-build-fix
Dec 6, 2024
Merged

Fix: Github CI build fix#701
heemin32 merged 6 commits intoopensearch-project:mainfrom
Bit-Quill:ft-ak-bq-ci-build-fix

Conversation

@andy-k-improving
Copy link
Copy Markdown
Contributor

Description

To introduce additional start command for all CI build which rely on the OpnSearch Docker image, as Github rollout the deprecation of the Node 16 on all it's CI-runner, as the result all existing Github which rely on the old version of Node.JS (Ex: actions/checkout@v3) failed due to the following errors:

/__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)

The issue has been discovered over opensearch-project/opensearch-build#5178 and fix has been verified and applied on multiple OpenSearch plugin, such as:

Related Issues

Resolves opensearch-project/opensearch-build#5178

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

Signed-off-by: Andy Kwok <andy.kwok@improving.com>
Signed-off-by: Andy Kwok <andy.kwok@improving.com>
Signed-off-by: Andy Kwok <andy.kwok@improving.com>
Signed-off-by: Andy Kwok <andy.kwok@improving.com>
@andy-k-improving andy-k-improving changed the title Apply fix for node version mismathc Fix: Github CI build fix Nov 29, 2024
@andy-k-improving
Copy link
Copy Markdown
Contributor Author

https://github.com/Bit-Quill/geospatial/actions/runs/12091483215
All checkout steps are now executed successfully.

@heemin32
Copy link
Copy Markdown
Collaborator

Please add change log under maintenance.

@heemin32 heemin32 added maintenance backport 2.x Backport PR to 2.x branch labels Nov 29, 2024
Signed-off-by: Andy Kwok <andy.kwok@improving.com>
@andy-k-improving
Copy link
Copy Markdown
Contributor Author

@heemin32 done, can you trigger the build again?

Signed-off-by: Andy Kwok <andy.kwok@improving.com>
@heemin32 heemin32 merged commit 35e3106 into opensearch-project:main Dec 6, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 6, 2024
* Apply fix for node version mismathc

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Apply docker start cmd

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Revert windows and mac

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Update jvm distribution

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Update changelog

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Update changelog

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

---------

Signed-off-by: Andy Kwok <andy.kwok@improving.com>
(cherry picked from commit 35e3106)
heemin32 pushed a commit that referenced this pull request Dec 6, 2024
* Apply fix for node version mismathc

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Apply docker start cmd

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Revert windows and mac

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Update jvm distribution

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Update changelog

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

* Update changelog

Signed-off-by: Andy Kwok <andy.kwok@improving.com>

---------

Signed-off-by: Andy Kwok <andy.kwok@improving.com>
(cherry picked from commit 35e3106)

Co-authored-by: Andy Kwok <andy.kwok@improving.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.x Backport PR to 2.x branch maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update AL2 ci images with unofficial nodejs build before EOL deprecation

4 participants