Skip to content

Commit d663b41

Browse files
qmfrederikTravisEz13
authored andcommitted
Remove dependencies on libcurl, libunwind, matching the .NET Core behavior (#6964)
1 parent 3cb2424 commit d663b41

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tools/packaging/packaging.psm1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -979,13 +979,10 @@ function Get-PackageDependencies
979979
if ($Environment.IsUbuntu -or $Environment.IsDebian) {
980980
$Dependencies = @(
981981
"libc6",
982-
"libcurl3",
983982
"libgcc1",
984983
"libgssapi-krb5-2",
985984
"liblttng-ust0",
986985
"libstdc++6",
987-
"libunwind8",
988-
"libuuid1",
989986
"zlib1g"
990987
)
991988

@@ -1000,8 +997,6 @@ function Get-PackageDependencies
1000997
}
1001998
} elseif ($Environment.IsRedHatFamily) {
1002999
$Dependencies = @(
1003-
"libunwind",
1004-
"libcurl",
10051000
"openssl-libs",
10061001
"libicu"
10071002
)

0 commit comments

Comments
 (0)