-
Notifications
You must be signed in to change notification settings - Fork 65
docs: update docs for changes in noarch builds
#714
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: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docs-rapids-ai ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
resources/github-actions.md
Outdated
| **Note:** By default `rapids-get-pr-artifact` uses the most recent commit from the specified PR. | ||
| A commit hash from the dependent PR can be added as an optional 4th argument to pin testing to a specific commit. | ||
|
|
||
| **Example 3:** Integration testing `cuml` (Python) with a `noarch` build of `cuxfilter` |
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.
Let's use a real example. cuML doesn't use cuxfilter. Maybe cudf using dask-cuda? Or something using dask-cudf? There might be better examples.
resources/github-actions.md
Outdated
| # This ensures that when conda packages are built with strict channel priority enabled, | ||
| # the locally-downloaded packages will be preferred to remote packages (e.g. nightlies). | ||
| # | ||
| RAPIDS_PREPENDED_CONDA_CHANNELS=("${CUXFILTERCHANNEL}") |
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.
| RAPIDS_PREPENDED_CONDA_CHANNELS=("${CUXFILTERCHANNEL}") | |
| RAPIDS_PREPENDED_CONDA_CHANNELS=("${CUXFILTER_CHANNEL}") |
|
Updated. Do we just use the merge buttons on this repo? |
we do: Line 4 in 8dfac1a
And that file was added only 3 days ago (#713)... before that there wasn't Honestly I think we should start using |
rapids-package-namein reproducing ci--noarchflag withrapids-get-pr-artifactxref rapidai/build-planning#43