You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run actions/checkout@v3
/usr/bin/docker exec b41fc8d0141ed3dbf101587ac437a9ddd0[19](https://github.com/duckdb/duckdb-odbc/actions/runs/12226749143/job/34102497973#step:3:20)875029fea5103f5f909bb802478f sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node[20](https://github.com/duckdb/duckdb-odbc/actions/runs/12226749143/job/34102497973#step:3:21)/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.[21](https://github.com/duckdb/duckdb-odbc/actions/runs/12226749143/job/34102497973#step:3:22)' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
It's not clear to me what is causing this issue. We could try upgrading to actions/checkout@v4?
The text was updated successfully, but these errors were encountered:
This is on me, I will have a try to have this fixed. This is connected to proper deprecation of the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION env variable. Workflow for Linux needs to be rewritten.
It looks like the regularly running CI/CD is broken: https://github.com/duckdb/duckdb-odbc/actions/workflows/Vendor.yml
It's not clear to me what is causing this issue. We could try upgrading to
actions/checkout@v4
?The text was updated successfully, but these errors were encountered: