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

fix:(server) fix glibc compatibility #1123

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

seriousben
Copy link
Member

@seriousben seriousben commented Dec 18, 2024

Context

Running indexify-server 0.2.13 resulted in an error and the container crashing.

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

This is because we were building the server on a more recent ubuntu version than the one were were releasing with.

What

  • Align ubuntu versions between build and release.
  • Fix the 0.2.13 container.

Testing

Contribution Checklist

  • If the python-sdk was changed, please run make fmt in python-sdk/.
  • If the server was changed, please run make fmt in server/.
  • Make sure all PR Checks are passing.

@seriousben seriousben force-pushed the seriousben/fix-glibc-compatibility-failure branch 4 times, most recently from 8e2ea70 to 8d74e49 Compare December 18, 2024 21:05
@seriousben seriousben force-pushed the seriousben/fix-glibc-compatibility-failure branch from 8d74e49 to 2a75fa8 Compare December 18, 2024 21:39
@seriousben seriousben marked this pull request as ready for review December 18, 2024 21:54
@seriousben seriousben merged commit e42e7e4 into main Dec 18, 2024
3 checks passed
@seriousben seriousben deleted the seriousben/fix-glibc-compatibility-failure branch December 18, 2024 21:54
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

Successfully merging this pull request may close these issues.

1 participant