Remove Raspbian 10#115071
Closed
richlander wants to merge 1 commit intodotnet:release/9.0-stagingfrom
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes support for Raspbian 10 from various parts of the codebase as part of deprecating this platform.
- Removed the IsRaspbian10 property and its related test ActiveIssue from MsQuicPlatformDetectionTests.cs and PlatformDetection.Unix.cs.
- Eliminated pipeline configurations and documentation related to linux_armv6 and Raspbian 10.
Reviewed Changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs | Removed ActiveIssue referencing IsRaspbian10 from tests. |
| src/libraries/Common/tests/TestUtilities/System/PlatformDetection.Unix.cs | Deleted the IsRaspbian10 property. |
| eng/pipelines/runtime-community.yml | Removed commented armv6 build steps related to Raspbian 10. |
| eng/pipelines/libraries/helix-queues-setup.yml | Removed Linux armv6 configuration referencing Raspbian 10. |
| eng/pipelines/common/templates/pipeline-with-resources.yml | Removed linux_armv6 environment configuration. |
| eng/pipelines/common/platform-matrix.yml | Removed Linux armv6 matrix templates. |
| docs/workflow/building/coreclr/linux-instructions.md | Removed documentation entry for Ubuntu 20.04 (armv6/Raspbian 10). |
Files not reviewed (2)
- Directory.Build.props: Language not supported
- eng/Subsets.props: Language not supported
jkotas
reviewed
Apr 26, 2025
| } | ||
| } | ||
|
|
||
| [ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsRaspbian10), nameof(PlatformDetection.IsArmv6Process), nameof(PlatformDetection.IsInContainer))] |
Member
There was a problem hiding this comment.
IsArmv6Process can be deleted too
Member
|
Should this go to |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Member
Author
|
Fair. I'll do that. |
Merged
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #115029 (comment)