-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Compile LLVM with Clang on release builders #50200
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
WIP: Compile LLVM with Clang on release builders Attempting to cache in on some rustc compile time wins mentioned in #49879 (comment)
Gonna run this through perf to see if we can verify the build improvements. Unfortunately I wasn't seeing much of an improvement locally, so I'm hoping that a more controlled environment like perf.r-l.o can show some better numbers perhaps. |
This comment has been minimized.
This comment has been minimized.
fe703f1
to
9c31468
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9c31468
to
0843b9b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - status-travis |
0843b9b
to
c993c6e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors: retry No major slowdown from the previous successful run:
otherwise I think the new docker image just took awhile to build |
Compile LLVM with Clang on release builders Attempting to cache in on some rustc compile time wins mentioned in #49879 (comment)
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors retry 3 hour timeout.
|
Compile LLVM with Clang on release builders Attempting to cache in on some rustc compile time wins mentioned in #49879 (comment)
☀️ Test successful - status-appveyor, status-travis |
🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 (one for each failed bors run) |
omg it worked! |
The results for small crates are pretty spectacular and for larger crates they are rather good too: Thanks for all the work all of you have put into this PR! |
Wow! That's an impressive amount of green! |
Attempting to cache in on some rustc compile time wins mentioned in #49879 (comment)