Temporarily switch SafeInt to a fork for an option to disable exceptions (#5041)

* Removed submodule

* Add safeint fork
This commit is contained in:
gwang-msft 2020-09-02 23:21:39 -07:00 committed by GitHub
parent e0d1cf19a6
commit fde7a2c848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

6
.gitmodules vendored
View file

@ -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

View file

@ -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"
}

@ -1 +1 @@
Subproject commit 39de59d5bca3a226a241b29571abe1493d15d07a
Subproject commit 0ce2bb56e1ce46264333d75507bf99f2e4c07e3b