Skip to content
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

re-enable stable channel for non-release builds #107

Merged
merged 1 commit into from
May 23, 2024

Conversation

AyodeAwe
Copy link
Contributor

We identified a problem with the initial removal of the channel, completed in #102.

The issue arises particularly in the case of hotfixes, where we need dependencies from earlier or older RAPIDS versions. These are usually only available in the stable rapidsai channel, considering we routinely clean up old packages from our nightly channel.

So, this PR reverts the exclusion of the stable channel from non-release builds. This ensures that during a hotfix, dependencies are available and can be resolved.

@jakirkham
Copy link
Member

Should we special case the hot-fix condition?

@AyodeAwe AyodeAwe merged commit 74f6b6d into rapidsai:main May 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants