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

[Python] Use Ninja and LLD when building wheel if available #6165

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented Sep 21, 2023

Ninja + LLD builds much faster than the default config (make+ld) so use it when they are in PATH. CI would not be affected by this as manylinux seems not to have ninja and lld by default.

Copy link
Contributor

@mikeurbach mikeurbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable to me. I assume this was tested locally? We could kick off a manual run of the wheel CI job to be sure.

@uenoku
Copy link
Member Author

uenoku commented Sep 27, 2023

Thanks! Checked here https://github.com/llvm/circt/actions/runs/6325163538.

@uenoku uenoku merged commit 71651a8 into main Sep 27, 2023
13 checks passed
@uenoku uenoku deleted the dev/hidetou/test-faster-wheel branch September 27, 2023 13:52
mikeurbach pushed a commit that referenced this pull request Oct 2, 2023
Ninja + LLD builds much faster than the default config (make+ld) so use it when they are in PATH. CI would not be affected by this as manylinux seems not to have ninja and lld by default.
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