We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb2424 commit d663b41Copy full SHA for d663b41
1 file changed
tools/packaging/packaging.psm1
@@ -979,13 +979,10 @@ function Get-PackageDependencies
979
if ($Environment.IsUbuntu -or $Environment.IsDebian) {
980
$Dependencies = @(
981
"libc6",
982
- "libcurl3",
983
"libgcc1",
984
"libgssapi-krb5-2",
985
"liblttng-ust0",
986
"libstdc++6",
987
- "libunwind8",
988
- "libuuid1",
989
"zlib1g"
990
)
991
@@ -1000,8 +997,6 @@ function Get-PackageDependencies
1000
997
}
1001
998
} elseif ($Environment.IsRedHatFamily) {
1002
999
1003
- "libunwind",
1004
- "libcurl",
1005
"openssl-libs",
1006
"libicu"
1007
0 commit comments