-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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' |
Unless the github folks start injecting compatible libraries along with their Node binaries, the options I see are:
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See actions/runner#2906 or https://github.com/epics-base/epics-base/actions/runs/8279118587/job/22652857166?pr=468 for an example.
The text was updated successfully, but these errors were encountered: