-
Notifications
You must be signed in to change notification settings - Fork 309
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
Use rapids-build-backend #4393
Merged
rapids-bot
merged 65 commits into
rapidsai:branch-24.08
from
KyleFromNVIDIA:rapids-build-backend
Jul 1, 2024
Merged
Use rapids-build-backend #4393
rapids-bot
merged 65 commits into
rapidsai:branch-24.08
from
KyleFromNVIDIA:rapids-build-backend
Jul 1, 2024
Conversation
This file contains 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
KyleFromNVIDIA
added
improvement
Improvement / enhancement to an existing function
DO NOT MERGE
Hold off on merging; see PR for details
non-breaking
Non-breaking change
labels
May 16, 2024
The test failures look like this issue unrelated to this PR: #4496 (comment). I believe this PR is now ready for review. |
msarahan
approved these changes
Jun 27, 2024
vyasr
approved these changes
Jun 28, 2024
LGTM from a doc codeowner perspective |
BradReesWork
approved these changes
Jul 1, 2024
The other changes on |
/merge |
naimnv
pushed a commit
to naimnv/cugraph-forked
that referenced
this pull request
Jul 2, 2024
This reverts commit 538a2ce.
naimnv
pushed a commit
to naimnv/cugraph-forked
that referenced
this pull request
Jul 2, 2024
This reverts commit 4016e2f.
rapids-bot bot
pushed a commit
to rapidsai/cugraph-gnn
that referenced
this pull request
Oct 30, 2024
Another steps towards completing the work started in #53 Fixes #15 Contributes to rapidsai/build-planning#111 Proposes changes to get CI running on pull requests for `cugraph-pyg` and `cugraph-dgl` ## Notes for Reviewers Workflows for nightly builds and publishing nightly packages are intentionally not included here. See #58 (comment) Notebook tests are intentionally not added here... they'll be added in the next PR. Pulls in changes from these other upstream PRs that had not been ported over to this repo: * rapidsai/cugraph#4690 * rapidsai/cugraph#4393 Authors: - James Lamb (https://github.com/jameslamb) - Alex Barghi (https://github.com/alexbarghi-nv) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Bradley Dice (https://github.com/bdice) URL: #59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
conda
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
python
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.
Contributes to rapidsai/build-planning#31
Contributes to rapidsai/dependency-file-generator#89
Proposes introducing
rapids-build-backend
as this project's build backend, to reduce the complexity of various CI/build scripts.