Remove libuv-package from UniverseCoherence
This commit is contained in:
parent
6e8a5ad1e9
commit
2e29091722
|
|
@ -706,9 +706,8 @@ functions
|
||||||
|
|
||||||
static IEnumerable<string> GetRepositoriesToBuild()
|
static IEnumerable<string> GetRepositoriesToBuild()
|
||||||
{
|
{
|
||||||
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase) {
|
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||||
// The repos list is topologically sorted based on build order
|
{
|
||||||
"libuv-package",
|
|
||||||
"PlatformAbstractions",
|
"PlatformAbstractions",
|
||||||
"Common",
|
"Common",
|
||||||
"JsonPatch",
|
"JsonPatch",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue