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

Bug: CI/CD failing #42

Open
guenp opened this issue Dec 9, 2024 · 1 comment
Open

Bug: CI/CD failing #42

guenp opened this issue Dec 9, 2024 · 1 comment

Comments

@guenp
Copy link
Contributor

guenp commented Dec 9, 2024

It looks like the regularly running CI/CD is broken: https://github.com/duckdb/duckdb-odbc/actions/workflows/Vendor.yml

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?

@carlopi
Copy link
Contributor

carlopi commented Dec 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants