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

eval-cache: prevent deadlock reading pipes on 1-cpu machines #1714

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

sandydoo
Copy link
Member

@sandydoo sandydoo commented Feb 11, 2025

Fixes #1715.
Related to #1525.

Makes sure we don't mix tokio threads with non-tokio processes.

@sandydoo sandydoo added the bug Something isn't working label Feb 11, 2025
@sandydoo sandydoo mentioned this pull request Feb 11, 2025
@sandydoo sandydoo marked this pull request as ready for review February 11, 2025 14:00
@domenkozar domenkozar merged commit 2921e0f into main Feb 11, 2025
269 of 277 checks passed
@dsalaza4
Copy link

Thank you so much @sandydoo @domenkozar 🫶

Looking forward to a new release so we can benefit from this on the container!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building the shell hangs on machines with 1 cpu
3 participants