Use sccache-dist build cluster for conda and wheel builds#1495
Merged
trxcllnt merged 60 commits intorapidsai:release/25.12from Nov 24, 2025
Merged
Use sccache-dist build cluster for conda and wheel builds#1495trxcllnt merged 60 commits intorapidsai:release/25.12from
sccache-dist build cluster for conda and wheel builds#1495trxcllnt merged 60 commits intorapidsai:release/25.12from
Conversation
a452f46 to
3bc8c22
Compare
e7f882d to
94ec4e7
Compare
94ec4e7 to
91792de
Compare
Contributor
Contributor
Author
|
@robertmaynard Yep, this PR updates that job in both pr.yaml and build.yaml (confirmed in CI here) |
Contributor
Excellent, thanks |
…-sccache-build-cluster
…-sccache-build-cluster
…-sccache-build-cluster
6bc9f08 to
ab5a180
Compare
…-sccache-build-cluster
rockhowse
requested changes
Nov 20, 2025
Contributor
rockhowse
left a comment
There was a problem hiding this comment.
@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 <rockhowse@gmail.com>
rockhowse
approved these changes
Nov 20, 2025
Contributor
rockhowse
left a comment
There was a problem hiding this comment.
Excllent let's get this merged in... the spice must flow!
1f2334d to
483a38a
Compare
bdice
approved these changes
Nov 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.