mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Temporarily switch SafeInt to a fork for an option to disable exceptions (#5041)
* Removed submodule * Add safeint fork
This commit is contained in:
parent
e0d1cf19a6
commit
fde7a2c848
3 changed files with 6 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -53,9 +53,6 @@
|
|||
[submodule "cmake/external/FeaturizersLibrary"]
|
||||
path = cmake/external/FeaturizersLibrary
|
||||
url = https://github.com/microsoft/FeaturizersLibrary.git
|
||||
[submodule "cmake/external/SafeInt/safeint"]
|
||||
path = cmake/external/SafeInt/safeint
|
||||
url = https://github.com/dcleblanc/SafeInt.git
|
||||
[submodule "cmake/external/libprotobuf-mutator"]
|
||||
path = cmake/external/libprotobuf-mutator
|
||||
url = https://github.com/google/libprotobuf-mutator.git
|
||||
|
|
@ -65,3 +62,6 @@
|
|||
[submodule "cmake/external/flatbuffers"]
|
||||
path = cmake/external/flatbuffers
|
||||
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
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "39de59d5bca3a226a241b29571abe1493d15d07a",
|
||||
"repositoryUrl": "https://github.com/dcleblanc/SafeInt.git"
|
||||
"commitHash": "0ce2bb56e1ce46264333d75507bf99f2e4c07e3b",
|
||||
"repositoryUrl": "https://github.com/gwang-msft/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 39de59d5bca3a226a241b29571abe1493d15d07a
|
||||
Subproject commit 0ce2bb56e1ce46264333d75507bf99f2e4c07e3b
|
||||
Loading…
Reference in a new issue