From be6c0bb53c8cd27e7fd1041ad5cbd03c25e61030 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 18 May 2023 15:03:06 -0700 Subject: [PATCH] Update cgmanifests/generated/cgmanifest.json to fix a syntax error (#15997) ### Description In PR #15797, the author manually edited the cgmanifests/generated/cgmanifest.json file and made an error that makes the file ill formed. ### Motivation and Context --- cgmanifests/cgmanifest.json | 9 +++++++++ cgmanifests/generated/cgmanifest.json | 12 +----------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/cgmanifests/cgmanifest.json b/cgmanifests/cgmanifest.json index b190fd6e81..2a3de3bb0e 100644 --- a/cgmanifests/cgmanifest.json +++ b/cgmanifests/cgmanifest.json @@ -563,6 +563,15 @@ }, "comments": "python-pillow. Implementation logic for anti-aliasing copied by Resize CPU kernel." } + }, + { + "component": { + "type": "git", + "git": { + "commitHash": "d10b27fe37736d2944630ecd7557cefa95cf87c9", + "repositoryUrl": "https://gitlab.com/libeigen/eigen.git" + } + } } ], "Version": 1 diff --git a/cgmanifests/generated/cgmanifest.json b/cgmanifests/generated/cgmanifest.json index 2054fd4b36..57b33550ee 100644 --- a/cgmanifests/generated/cgmanifest.json +++ b/cgmanifests/generated/cgmanifest.json @@ -78,16 +78,6 @@ "comments": "manylinux dependency LIBXCRYPT" } }, - { - "component": { - "type": "git", - "git": { - "commitHash": "d10b27fe37736d2944630ecd7557cefa95cf87c9", - "repositoryUrl": "https://gitlab.com/libeigen/eigen.git" - }, - "comments": "git submodule at cmake/external/eigen" - } - }, { "component": { "type": "git", @@ -447,7 +437,7 @@ }, "comments": "extensions" } - } + }, { "component": { "type": "git",