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

Support ICECC_IGNORED_HOST to block usage of certain hosts #615

Open
alanbithell opened this issue Jan 6, 2023 · 2 comments
Open

Support ICECC_IGNORED_HOST to block usage of certain hosts #615

alanbithell opened this issue Jan 6, 2023 · 2 comments

Comments

@alanbithell
Copy link

I sometimes find that a device on my network may start to misbehave and break my build with broken pipe errors, so I end up having to resort to using ICECC_PREFERRED_HOST to select a know good device to help speed up my compile jobs at least a little while I try to track down the user of that device.

Unfortunately this is happening more and more these days with multiple machines sitting behind a router with both machines running iceccd but port forwarding only reaching one of them.

If I had the ability to select multiple preferred hosts, I'd probably just lock that into my config and be done with it. Maybe it would be better to have a config for ICECC_IGNORED_HOSTS or similar.

@coolo
Copy link
Contributor

coolo commented Jan 12, 2023

ignored_hosts sounds like the more convincing user story.

@coolo coolo changed the title Could ICECC_PREFERRED_HOST be updated to support multiple hosts Support ICECC_IGNORED_HOST to block usage of certain hosts Jan 12, 2023
@alanbithell
Copy link
Author

Agreed ICECC_IGNORED_HOST sounds like a better option. Initially I was thinking of selecting a golden sample of machines I know and trust. But ignoring the bad actors would be better.

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

No branches or pull requests

2 participants