-
Notifications
You must be signed in to change notification settings - Fork 31
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
Build conda packages using rattler-build #248
Draft
vyasr
wants to merge
27
commits into
rapidsai:branch-0.42
Choose a base branch
from
vyasr:feat/rattler_build
base: branch-0.42
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c53802c
Single output builds
vyasr 9905e18
Switch to multi-output recipe and get everything working
vyasr 857342c
Put back variants, add link
vyasr 0a9c27b
Lots of recipe cleanup
vyasr 2a5e71f
Numpy is no longer a build dependency
vyasr 4505317
Exclude undesired files
vyasr df44fe2
Document rattler-build options
vyasr d617306
See cache results
vyasr 83e94e2
Move comments above command to avoid breaking lines
vyasr 790a376
Fix typo
vyasr 4ec644d
Make sure to get cudatoolkit from cf
vyasr aecc402
Add one more pinning
vyasr 2f4127f
Fix typo
vyasr 42efd85
One more channel priority fix
vyasr d1f02eb
One more pin
vyasr 4cfcaff
More pins
vyasr 4fafa77
Add another pin
vyasr 42d2bce
Hopefully last pin?
vyasr a442937
examples pin
vyasr 3f2bb54
Make sure git is available to populate the fields during build
vyasr 50598cc
Try including git in the host env instead
vyasr 5bb02b1
Try including git in both directories
vyasr 3d9203c
Remove git from host envs
vyasr 5dcf3ee
Add run exports to every output
vyasr 5f22b91
Update to latest rattler-build for proper cache run exports support.
vyasr 98d7769
Merge branch 'branch-0.41' of github.com:rapidsai/ucxx into feat/ratt…
msarahan 75d1545
need to echo
msarahan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ python: | |
- 3.11 | ||
|
||
ucx: | ||
- "==1.15.*" | ||
- ">=1.15.0,<1.16.0a0" | ||
|
||
gmock: | ||
- ">=1.13.0" | ||
|
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
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
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
Oops, something went wrong.
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.
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.
We'll have to use
rapids-is-release-build
to switch betweenrapidsai
andrapidsai-nightly
or something similar.