-
Notifications
You must be signed in to change notification settings - Fork 826
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
Fix support for Ninja and add Ninja build in Simple CI #5236
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
6b747ce
Update CMakeLists.txt
jackalcooper ef19e69
refine
jackalcooper b148a4a
Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …
jackalcooper c21dfd3
refine
jackalcooper f1de510
Merge branch 'master' into mv-default-third-party-dir-into-build-dir-1
oneflow-ci-bot fc1b0d5
refine
jackalcooper edcff1f
add config in matrix
jackalcooper c2260ca
refine
jackalcooper e0713de
refine
jackalcooper fd6fa2a
refine
jackalcooper 88c963c
fix
jackalcooper 317b6a7
add badge
jackalcooper 7dfba4e
refine
jackalcooper 6b009b9
refine
jackalcooper 166e9bf
refine
jackalcooper c6b7a85
Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …
jackalcooper 7b59a48
refine
jackalcooper a9b2cd0
Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …
jackalcooper ed68f01
Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …
jackalcooper 96dd3f1
refine
jackalcooper 86f7567
don't build Ninja with Release to reduce product
jackalcooper c51596f
revert
jackalcooper befa080
refine order
jackalcooper 75dc746
refine order
jackalcooper 6b492f1
refine
jackalcooper cdacff8
Merge branch 'support_ninja' of https://github.com/Oneflow-Inc/oneflo…
jackalcooper e436059
Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …
jackalcooper bc3927f
Merge branch 'master' into support_ninja
jackalcooper 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
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.
要不要顺便把 lz4.cmake、openssl.cmake、nccl.cmake 也改掉
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.
好主意
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.
note
没有成功,因为那几个项目是make项目,cmake --build 如果调用的是 ninja,就会失败