-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for distcc #216
Comments
It sounds a nice idea, although I have some doubts about how much this would help in the case of short-lived containers. It's been some time since I used distributed builds, but I remind that distcc required more configuration and was a little bit more "pickier" than sys-devel/icecream. Is there a reason to prefer distcc over icecream? |
This issue is stale because it has been open for 90 days with no activity. Remove the stale label or comment or this will be closed in 30 days. |
@stkw0 |
Feel free to open a PR. I think it would be easier to discuss it looking at a potential implementation. |
Hey there,
I am using ebuildtester again and it is nice the support for ccache,
but my laptop is only 4 threads and I normally use distcc to speed up compilation (when it works).
I think it could nice to have this feature in ebuildtester, what do you think ?
I will try to prepare a small patch for this.
The text was updated successfully, but these errors were encountered: