-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Clean up our runtime-deps packages and enable ARM64 Debs #112671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jkoritzinsky
merged 9 commits into
dotnet:main
from
jkoritzinsky:prereqs-package-cleanup
Feb 20, 2025
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
726e276
Update our signing logic to sign the azl.3 prereqs package with the c…
jkoritzinsky a1157b8
Delete the CBL-Mariner prereqs packages now that we aren't publishing…
jkoritzinsky 5c4842f
Remove runtime-deps packages for distros Microsoft doesn't publish pa…
jkoritzinsky fcc91c0
Remove unused zlib1g dependency from the deb/ubuntu package
jkoritzinsky ac4f916
Remove old Debian support (pre-Bookworm) and all Ubuntu support from …
jkoritzinsky 1b50f62
Update our opensuse/sles packages for Leap 15.6
jkoritzinsky ad8fe6b
Build Deb packages for ARM64
jkoritzinsky 80064a9
Update installers.proj
jkoritzinsky bee5840
Restore logic for supporting multiple libicu versions, but only inclu…
jkoritzinsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.9.proj
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.2.proj
This file was deleted.
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-debian.proj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
<Project Sdk="Microsoft.Build.NoTargets"> | ||
<PropertyGroup> | ||
<BuildDebPackage Condition="'$(TargetArchitecture)' == 'x64'">true</BuildDebPackage> | ||
<BuildDebPackage>true</BuildDebPackage> | ||
<BuildRpmPackage>false</BuildRpmPackage> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<LinuxPackageDependency Include="libc6;libgcc1;libgssapi-krb5-2;libstdc++6;zlib1g"/> | ||
<LinuxPackageDependency Include="libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3" /> | ||
<KnownLibIcuVersion Include="74;72;71;70;69;68;67;66;65;63;60;57;55;52" /> | ||
<LibIcuPackageDependency Include="libicu" Dependencies="libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')" /> | ||
<LinuxPackageDependency | ||
Include="@(LibIcuPackageDependency->Metadata('Dependencies'))" /> | ||
<LinuxPackageDependency Include="libc6;libgcc1;libgssapi-krb5-2;libstdc++6"/> | ||
<LinuxPackageDependency Include="libssl3" /> | ||
<LinuxPackageDependency Include="libicu72" /> | ||
</ItemGroup> | ||
</Project> |
11 changes: 0 additions & 11 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-fedora.27.proj
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.42.proj
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-oraclelinux.8.proj
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-rhel.8.proj
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.12.proj
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.