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

fix(ci): deprecate centos ci in cpp action #534

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

acezen
Copy link
Contributor

@acezen acezen commented Jul 5, 2024

Reason for this PR

Deprecate the centos CI since the centos:7 image is too old and the actions/checkout@v3 can not work on it:

/usr/bin/docker exec  7c554302d7825ddb6842d137e48460adb118f64955dbfb6e1557261385995898 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/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' 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)
/__e/node[20](https://github.com/apache/incubator-graphar/actions/runs/9802355588/job/27066942963?pr=533#step:3:21)/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)

What changes are included in this PR?

Remove the centos ci

Are these changes tested?

yes

Are there any user-facing changes?

no

Copy link
Contributor

@lixueclaire lixueclaire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@acezen acezen merged commit 759c621 into apache:main Jul 5, 2024
3 checks passed
@acezen acezen deleted the deprecate-centos-ci branch July 5, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants