gussmith23 / lakeroad

FPGA synthesis tool powered by program synthesis
MIT License
38 stars 6 forks source link

Node glibc Github Actions issue #449

Open gussmith23 opened 4 months ago

gussmith23 commented 4 months ago
/home/gus/github-actions-runners/lakeroad/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/gus/github-actions-runners/lakeroad/externals/node20/bin/node)
/home/gus/github-actions-runners/lakeroad/externals/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_[3](https://github.com/uwsampl/lakeroad/actions/runs/9807280807/job/27080810941#step:8:3).4.20' not found (required by /home/gus/github-actions-runners/lakeroad/externals/node20/bin/node)
/home/gus/github-actions-runners/lakeroad/externals/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /home/gus/github-actions-runners/lakeroad/externals/node20/bin/node)
/home/gus/github-actions-runners/lakeroad/externals/node20/bin/node: /lib6[4](https://github.com/uwsampl/lakeroad/actions/runs/9807280807/job/27080810941#step:8:4)/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/gus/github-actions-runners/lakeroad/externals/node20/bin/node)
/home/gus/github-actions-runners/lakeroad/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/gus/github-actions-runners/lakeroad/externals/node20/bin/node)
/home/gus/github-actions-runners/lakeroad/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.2[5](https://github.com/uwsampl/lakeroad/actions/runs/9807280807/job/27080810941#step:8:5)' not found (required by /home/gus/github-actions-runners/lakeroad/externals/node20/bin/node)
gussmith23 commented 4 months ago

Maybe related: https://github.com/actions/checkout/issues/1809

gussmith23 commented 4 months ago

My current plan for fixing this is to just move away from using the RTML server as our CI machine, and use Leviathan instead.