From fde7a2c84800309d34eeb2f77d6c8f27014f477f Mon Sep 17 00:00:00 2001 From: gwang-msft <62914304+gwang-msft@users.noreply.github.com> Date: Wed, 2 Sep 2020 23:21:39 -0700 Subject: [PATCH] Temporarily switch SafeInt to a fork for an option to disable exceptions (#5041) * Removed submodule * Add safeint fork --- .gitmodules | 6 +++--- cgmanifests/submodules/cgmanifest.json | 4 ++-- cmake/external/SafeInt/safeint | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index d8d82bf3ce..17f5c5d8b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/cgmanifests/submodules/cgmanifest.json b/cgmanifests/submodules/cgmanifest.json index 17bd294767..b29e7bb86a 100644 --- a/cgmanifests/submodules/cgmanifest.json +++ b/cgmanifests/submodules/cgmanifest.json @@ -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" } diff --git a/cmake/external/SafeInt/safeint b/cmake/external/SafeInt/safeint index 39de59d5bc..0ce2bb56e1 160000 --- a/cmake/external/SafeInt/safeint +++ b/cmake/external/SafeInt/safeint @@ -1 +1 @@ -Subproject commit 39de59d5bca3a226a241b29571abe1493d15d07a +Subproject commit 0ce2bb56e1ce46264333d75507bf99f2e4c07e3b