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

Update to node 20 doesn't work with Centos 7 #4

Open
simon-ess opened this issue Mar 15, 2024 · 3 comments
Open

Update to node 20 doesn't work with Centos 7 #4

simon-ess opened this issue Mar 15, 2024 · 3 comments

Comments

@simon-ess
Copy link

See actions/runner#2906 or https://github.com/epics-base/epics-base/actions/runs/8279118587/job/22652857166?pr=468 for an example.

@mdavidsaver
Copy link
Owner

For what it may be worth, I have created a node16 branch initially pointing to 96219fd the revision prior to merging #3.

@mdavidsaver
Copy link
Owner

A temporary workaround... (epics-base/pvxs@3e93627)

     - name: Automatic core dumper analysis
       uses: mdavidsaver/ci-core-dumper@master
+      if: matrix.image!='centos:7'
+    - name: Automatic core dumper analysis
+      uses: mdavidsaver/ci-core-dumper@node16
+      if: matrix.image=='centos:7'

@mdavidsaver
Copy link
Owner

Unless the github folks start injecting compatible libraries along with their Node binaries, the options I see are:

  1. Abandon centos:7 testing
  2. Switch to manual invocation of docker

Since sadly centos seven seems set to be with us for some time, I suspect I will end up with option 2. For an example of what this could look like, see the epicscorelibs builds for old manylinux1 images.

https://github.com/mdavidsaver/epicscorelibs/blob/cfdc449eb0e4e4efd6beac3eb323051c9a2128aa/.github/workflows/build.yml#L238

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

No branches or pull requests

2 participants