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

Use jobslot instead of dep jobserver #371

Closed
wants to merge 3 commits into from

Conversation

NobodyXu
Copy link
Contributor

@NobodyXu NobodyXu commented Sep 10, 2022

Signed-off-by: Jiahao XU [email protected]

This PR replaces dep jobserver with a fork jobslot.

Advantages over jobserver?

  • jobslot contains bug fix for Client::configure is unsafe
  • jobslot removed use of signal handling in the helper thread on unix
  • jobslot uses winapi on windows instead of manually declaring bindings (some of the bindings seem to be wrong)
  • jobslot uses getrandom on windows instead of making homebrew one using raw windows api

NobodyXu and others added 3 commits September 9, 2022 20:04
@NobodyXu
Copy link
Contributor Author

NobodyXu commented Nov 13, 2023

cc <= 1.0.79 still pulls in jobserver, hence why the msrv failed

@twistedfall
Copy link
Owner

Yep, working on it :)

@twistedfall
Copy link
Owner

This is now in master, thank you!

@NobodyXu NobodyXu deleted the use-jobslot branch January 19, 2024 14:57
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