mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Revert to using release SafeInt repo now that it supports a build with exceptions disabled. (#5233)
This commit is contained in:
parent
6371ad61c5
commit
c93f292d1f
3 changed files with 4 additions and 4 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -61,7 +61,7 @@
|
|||
url = https://github.com/google/flatbuffers.git
|
||||
[submodule "cmake/external/SafeInt/safeint"]
|
||||
path = cmake/external/SafeInt/safeint
|
||||
url = https://github.com/gwang-msft/SafeInt.git
|
||||
url = https://github.com/dcleblanc/SafeInt.git
|
||||
[submodule "cmake/external/onnx-tensorrt"]
|
||||
path = cmake/external/onnx-tensorrt
|
||||
url = https://github.com/onnx/onnx-tensorrt.git
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "0ce2bb56e1ce46264333d75507bf99f2e4c07e3b",
|
||||
"repositoryUrl": "https://github.com/gwang-msft/SafeInt.git"
|
||||
"commitHash": "a104e0cf23be4fe848f7ef1f3e8996fe429b06bb",
|
||||
"repositoryUrl": "https://github.com/dcleblanc/SafeInt.git"
|
||||
},
|
||||
"comments": "git submodule at cmake/external/SafeInt/safeint"
|
||||
}
|
||||
|
|
|
|||
2
cmake/external/SafeInt/safeint
vendored
2
cmake/external/SafeInt/safeint
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 0ce2bb56e1ce46264333d75507bf99f2e4c07e3b
|
||||
Subproject commit a104e0cf23be4fe848f7ef1f3e8996fe429b06bb
|
||||
Loading…
Reference in a new issue