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

Post-merge jobs failing #708

Open
fitzthum opened this issue Feb 13, 2025 · 2 comments
Open

Post-merge jobs failing #708

fitzthum opened this issue Feb 13, 2025 · 2 comments

Comments

@fitzthum
Copy link
Member

I think the Azure e2e jobs have been failing ever since #689

Error:

./client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./client)

cc @seungukshin @mkulke

@seungukshin
Copy link

It seems like client is built on ubuntu-24.04 with GLIBC-2.39. And the execution environment (azure-cvm-tdx and azure-cvm) use ubuntu-22.04 with GLIBC-2.35. Can we change the ubuntu version for the build environemnt?

runs-on: ubuntu-24.04

@mythi
Copy link
Contributor

mythi commented Feb 14, 2025

Can we change the ubuntu version for the build environemnt?

#687 moved to use 24.04 but it had been like that since ubuntu-latest had defaulted to it for some time. What's the workflow that builds the artifacts?

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

3 participants