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 1 commit 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...

@tek tek force-pushed the worker/main branch 2 times, most recently from ae47d3f to eb47bcd Compare November 8, 2024 15:52
@tek tek force-pushed the worker/multiplexer branch from 9a78923 to b26fdca Compare November 8, 2024 16:03
@tek tek force-pushed the worker/multiplexer branch from b26fdca to ab79986 Compare November 8, 2024 16:09
@tek tek force-pushed the worker/multiplexer branch from ab79986 to f25e09e Compare November 8, 2024 16:28
@tek tek force-pushed the worker/multiplexer branch from f25e09e to a7f53d6 Compare November 25, 2024 16:07
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