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 requirement for node20 for checkout #505

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

sbryngelson
Copy link
Member

Trying to fix error with GH self-hosted Phoenix runner seen here: https://github.com/MFlowCode/MFC/actions/runs/9794226632/job/27043820008

Run actions/checkout@v3
  with:
    repository: MFlowCode/MFC
    token: ***
    ssh-strict: true
    persist-credentials: true
    clean: true
    sparse-checkout-cone-mode: true
    fetch-depth: [1](https://github.com/MFlowCode/MFC/actions/runs/9794226632/job/27043820008#step:2:1)
    fetch-tags: false
    lfs: false
    submodules: false
    set-safe-directory: true
/storage/scratch1/6/sbryngelson3/runners/actions-runner-1/externals/node[2](https://github.com/MFlowCode/MFC/actions/runs/9794226632/job/27043820008#step:2:2)0/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /storage/scratch1/6/sbryngelson[3](https://github.com/MFlowCode/MFC/actions/runs/9794226632/job/27043820008#step:2:3)/runners/actions-runner-1/externals/node20/bin/node)
/storage/scratch1/6/sbryngelson3/runners/actions-runner-1/externals/node20/bin/node: /lib6[4](https://github.com/MFlowCode/MFC/actions/runs/9794226632/job/27043820008#step:2:4)/libc.so.6: version `GLIBC_2.28' not found (required by /storage/scratch1/6/sbryngelson3/runners/actions-runner-1/externals/node20/bin/node)
/storage/scratch1/6/sbryngelson3/runners/actions-runner-1/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.2[5](https://github.com/MFlowCode/MFC/actions/runs/9794226632/job/27043820008#step:2:5)' not found (required by /storage/scratch1/[6](https://github.com/MFlowCode/MFC/actions/runs/9794226632/job/27043820008#step:2:6)/sbryngelson3/runners/actions-runner-1/externals/node20/bin/node)

@sbryngelson sbryngelson changed the title Update test.yml Fix requirement for node20 for checkout Jul 4, 2024
@sbryngelson sbryngelson self-assigned this Jul 4, 2024
@sbryngelson sbryngelson added the continuous-integration Continuous integration (CI) label Jul 4, 2024
@sbryngelson
Copy link
Member Author

started failing with pr #502 when GH enforced node20 by default, this seems like it will fix it (for now).

Copy link

codecov bot commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.37%. Comparing base (e1d5179) to head (f42f65a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #505   +/-   ##
=======================================
  Coverage   58.37%   58.37%           
=======================================
  Files          57       57           
  Lines       14440    14440           
  Branches     1892     1892           
=======================================
  Hits         8429     8429           
  Misses       5449     5449           
  Partials      562      562           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sbryngelson sbryngelson merged commit 8b3a957 into MFlowCode:master Jul 4, 2024
21 checks passed
@sbryngelson sbryngelson deleted the github-actions branch July 4, 2024 18:06
AiredaleDev pushed a commit to AiredaleDev/MFC that referenced this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous-integration Continuous integration (CI)
Development

Successfully merging this pull request may close these issues.

1 participant