-
Notifications
You must be signed in to change notification settings - Fork 197
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 wheels alongside conda CI #1182
Merged
sevagh
merged 19 commits into
rapidsai:branch-23.02
from
sevagh:feat/wheels/py310-ctk12-wheels
Jan 6, 2023
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
9b2b116
Build wheels alongside conda CI
sevagh 61a8f2a
Use build_type for wheels
sevagh 7ec0cd8
Remove package-dir param from wheel test/publish
sevagh 8780679
Use unified publish workflow
sevagh 3cf1ba1
Rename python-package-build-tag
sevagh a6032c2
wheel-publish needs wheel-build
sevagh 137d9b0
Adjust versioneer-override param name
sevagh e0a6859
Add smoketest for abbreviated arm PR CI
sevagh d0d7284
Back to separate manylinux publish workflow
sevagh 1e48bbf
Move smoke test to its own file
sevagh 963c295
Fix style of smoke test file
sevagh 0285ee8
Merge branch 'branch-23.02' into feat/wheels/py310-ctk12-wheels
ajschmidt8 8ba463f
make wheel builds depend on `checks`
ajschmidt8 ff6b4e3
Merge branch 'branch-23.02' into feat/wheels/py310-ctk12-wheels
ajschmidt8 5858256
Address PR feedback
sevagh b039914
Removed some wheel parameters
sevagh a1f1cb7
Rebuild
sevagh bcd0221
Rebuild
sevagh d76979d
Use main branch for improved wheel workflows
sevagh 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import rmm | ||
|
||
if __name__ == "__main__": | ||
buf = rmm.DeviceBuffer(size=100) | ||
assert buf.size == 100 |
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.
It annoys me that we have to specify this in every repo, but I don't see a great WAR at this stage. For now, just making a note that this is one more bit of boilerplate that it would be nice to get rid of somehow.