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

GLIBC errors #1317

Closed
ewhauser opened this issue Jan 10, 2024 · 2 comments · Fixed by #1372
Closed

GLIBC errors #1317

ewhauser opened this issue Jan 10, 2024 · 2 comments · Fixed by #1372

Comments

@ewhauser
Copy link

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bazel-out/k8-opt- exec-ST-13d3ddad9198/bin/tools/api_linter.runfiles/api_linter/api-linter)

Environment details

  • Programming language: Go
  • OS: Linux - Debian GNU/Linux 11 (bullseye)
  • Language runtime version: 1.20
  • Package version: v1.60.0+

Steps to reproduce

  1. Run API linter

Based on this Go issue, I believe the builds should be run with CGO_ENABLED=0 since I don't think API linter uses cgo.

@noahdietz
Copy link
Collaborator

Thanks for the report, and apologies for the delay in responding. I've got a patch to update our release script to include this.

@noahdietz
Copy link
Collaborator

This next patch release will have binaries build with CGO_ENABLED=0. Please test those out to confirm the fix worked for you.

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

Successfully merging a pull request may close this issue.

2 participants