-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Specify deps in deps.txt and manifest #14530
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ | |
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "a902b39270841beafc307dfa709610aa1cac2f06", | ||
"commitHash": "a20c65f2cd549445fda907f7b83894c8eb7427d6", | ||
"repositoryUrl": "https://github.com/protocolbuffers/protobuf.git" | ||
}, | ||
"comments": "git submodule at cmake/external/protobuf" | ||
|
@@ -318,16 +318,6 @@ | |
"comments": "onnx_tensorrt" | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "a20c65f2cd549445fda907f7b83894c8eb7427d6", | ||
"repositoryUrl": "https://github.com/protocolbuffers/protobuf.git" | ||
}, | ||
"comments": "protobuf" | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
|
@@ -407,6 +397,77 @@ | |
}, | ||
"comments": "cutlass" | ||
} | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2", | ||
"repositoryUrl": "https://github.com/microsoft/vcpkg.git" | ||
}, | ||
"comments": "vcpkg" | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "19cc035b6c6f2283573d29c7ea7f7d675cf750ce", | ||
"repositoryUrl": "https://github.com/openssl/openssl.git" | ||
}, | ||
"comments": "openssl" | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "f54b0e47a08782a6131cc3d60f94d038fa6e0a51", | ||
"repositoryUrl": "https://github.com/Tencent/rapidjson.git" | ||
}, | ||
"comments": "rapidjson" | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "da041154c6bac1a4aa98254a7d6819059e8ac0b0", | ||
"repositoryUrl": "https://github.com/boostorg/boost.git" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same comment as server |
||
}, | ||
"comments": "boost" | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "9a6546658657dbeb23245117b57f4e6cf6cdc3e6", | ||
"repositoryUrl": "https://github.com/libb64/libb64.git" | ||
}, | ||
"comments": "b64" | ||
} | ||
}, | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"commitHash": "75a84807a019bf4961faf713df9d748f0fc83b47", | ||
"repositoryUrl": "https://github.com/triton-inference-server/server.git" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The whole server is compiled into the triton client? We're not shipping the triton server. |
||
}, | ||
"comments": "triton" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we also need to mention the other repos triton client depends on? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right - may be we should also add the client here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Client added. |
||
} | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "other", | ||
"other": { | ||
"Name": "pthread", | ||
"Version": "3.0.0", | ||
"DownloadUrl": "https://sourceforge.net/projects/pthreads4w/files/pthreads4w-code-v3.0.0.zip" | ||
}, | ||
"comments": "posix pthread library" | ||
} | ||
}, | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ steps: | |
packageType: upack | ||
feed: '/7424c8e4-5c62-490e-95c4-79446f31017c' | ||
definition: '517c4f6f-5437-4392-a70d-4f15ec5be2f0' | ||
version: 1.0.25 | ||
version: 1.0.27 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what's the reason for this change? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is required by the OneNote page on deps. |
||
downloadPath: $(Build.BinariesDirectory)/deps | ||
|
||
# The private ADO project | ||
|
@@ -22,7 +22,7 @@ steps: | |
packageType: upack | ||
feed: '/4c7631f5-24c0-4307-8822-1aa8f180c325' | ||
definition: 'fd9dd5ad-b73e-4678-890e-edcf680dbc1a' | ||
version: 1.0.25 | ||
version: 1.0.27 | ||
downloadPath: $(Build.BinariesDirectory)/deps | ||
|
||
# You can add more ADO accounts at here. |
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.
Was this removal auto-generated?
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.
yes it is.
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.
restored remove part manually, let's keep it.