-
Notifications
You must be signed in to change notification settings - Fork 143
Use sccache-dist build cluster for conda and wheel builds
#1495
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
base: release/25.12
Are you sure you want to change the base?
Use sccache-dist build cluster for conda and wheel builds
#1495
Conversation
a452f46 to
3bc8c22
Compare
e7f882d to
94ec4e7
Compare
94ec4e7 to
91792de
Compare
|
@robertmaynard Yep, this PR updates that job in both pr.yaml and build.yaml (confirmed in CI here) |
Excellent, thanks |
…-sccache-build-cluster
…-sccache-build-cluster
…-sccache-build-cluster
cjnolet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from library engineering side! Thanks for enabling this @trxcllnt!
6bc9f08 to
ab5a180
Compare
…-sccache-build-cluster
rockhowse
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trxcllnt one small DRY request (Feel free to batch commit if it looks good), one question about a differing pattern regarding removal of sccache --show-adv-stats call, and a potentially missing set of expanded SCCACHE_ related env var config in one of the conda recipes.
Co-authored-by: Nate Rock <[email protected]>
rockhowse
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excllent let's get this merged in... the spice must flow!
1f2334d to
483a38a
Compare
Description
RAPIDS has deployed an autoscaling cloud build cluster that can be used to accelerate building large RAPIDS projects.
This PR updates the conda and wheel builds to use the build cluster.
This contributes to rapidsai/build-planning#228.