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 the multiplexing worker #56

Draft
wants to merge 2 commits into
base: worker/main
Choose a base branch
from
Draft

Conversation

tek
Copy link

@tek tek commented Nov 5, 2024

I've attempted to use my limited Buck2 vocabulary to pass a GHC plugin from Nix to the worker so that it can spawn subprocesses that use the plugin 🙂

I'd be grateful for some advice on how to do this properly. Optimally I think the worker process should get this path during initialization, not as an arg to each compile job.

@tek tek marked this pull request as draft November 5, 2024 17:28
@avdv
Copy link

avdv commented Nov 6, 2024

I'd be grateful for some advice on how to do this properly. Optimally I think the worker process should get this path during initialization, not as an arg to each compile job.

Yes, that would be better. I'll see if I can get this to work...

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