MFlowCode / MFC

Exascale simulation of multiphase/physics fluid dynamics
https://mflowcode.github.io
MIT License
132 stars 58 forks source link

Fix requirement for node20 for checkout #505

Closed sbryngelson closed 1 week ago

sbryngelson commented 1 week ago

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 commented 1 week ago

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

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.