-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[CI] Build ninja on Linux Docker CI builds #96969
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
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors try |
⌛ Trying commit 95efb00 with merge 0e42a59c953047a7e00c8e17cfc869f49ebf7a68... |
@bors try- |
@bors try |
⌛ Trying commit 31cb150 with merge 94cb68b0f11cd9dbcdbd2e129b5304d6ce471ae4... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
Ninja is now built in Docker. Now let's see what happens if we actually enable it. For reference, lately @bors try |
⌛ Trying commit 139f3bc with merge 413fdf1cf42db425f2245b8b2b6ca43031ce75d6... |
☀️ Try build successful - checks-actions |
It seems that building with |
@bors try |
⌛ Trying commit 139f3bc with merge 572ba4359edc03a746e930674acaf1b3752844d8... |
☀️ Try build successful - checks-actions |
I was a bit pessimistic towards |
I want to test if/how much using
ninja
instead ofmake
speeds uptry
/dist
Linux CI builds. They rebuild LLVM several times, so it could be worth it.