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

Update Docker Image for Qrisp SAT Solver #111

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

tubadzin
Copy link
Contributor

@tubadzin tubadzin commented Jan 13, 2025

Update to Debian 12

The container was unable to run on the latest Debian image because the SharpSAT binary requires glibc version 2.33 or later. Debian 12 provides version 2.36, whereas Debian 11 provides only 2.31. I initially attempted to include a prebuilt version of glibc in the project files and link it to the appropriate paths in the Docker container, but this resulted in numerous errors. Ultimately, I opted for a distribution update instead.

@tubadzin tubadzin self-assigned this Jan 13, 2025
@koalamitice koalamitice marked this pull request as ready for review January 14, 2025 14:27
@koalamitice koalamitice merged commit 920c309 into develop Jan 14, 2025
6 checks passed
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.

2 participants