Replace win7 runtime with win8 and remove APISets#18304
Replace win7 runtime with win8 and remove APISets#18304adityapatwardhan merged 6 commits intoPowerShell:masterfrom
Conversation
|
Does after merging this PR, Windows 7 won't have any PS 7 LTS version? |
|
@ALIENQuake |
|
dotnet/core#7556 says about EOL on Windows 8.1 too. |
I expect we will maintain support for https://learn.microsoft.com/en-us/dotnet/core/rid-catalog#windows-rids |
|
@adityapatwardhan Win8.1 support will end on January 10, 2023, same time as the Win7, so shall we directly use |
But Windows Server 2012 R2 uses the same RIDs and is supported through ESU until October 13, 2026. |
d9baca7 to
155b2f8
Compare
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
So right question is about ESU supporting pwsh 6 on the Win2012/8 :-) Although it looks very funny - MSFT spent a year making .Net 7 on Windows 7 and just before the release decided that .Net 7 would not work/supported on Windows 7. |
We don't support PowerShell Core 6 on any platform. As per documentation, long-term-support for PowerShell is based on the .NET support lifecycle. |
|
/backport to v7.3.0-rc.1 |
|
@adityapatwardhan an error occurred while backporting to v7.3.0-rc.1, please check the run log for details! The process '/usr/bin/git' failed with exit code 1 |
|
/backport to release/v7.3.0-rc.1 |
|
@adityapatwardhan backporting to release/v7.3.0-rc.1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Replace win7 runtime with win8
Using index info to reconstruct a base tree...
M build.psm1
M test/powershell/engine/Formatting/PSStyle.Tests.ps1
M test/xUnit/xUnit.tests.csproj
M tools/findMissingNotices.ps1
Falling back to patching base and 3-way merge...
Auto-merging tools/findMissingNotices.ps1
CONFLICT (content): Merge conflict in tools/findMissingNotices.ps1
Auto-merging test/xUnit/xUnit.tests.csproj
Auto-merging test/powershell/engine/Formatting/PSStyle.Tests.ps1
Auto-merging build.psm1
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Replace win7 runtime with win8
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
This reverts commit cc86f9f.
|
🎉 Handy links: |
|
🎉 Handy links: |
PR Summary
Replace the runtime for builds from win7 to win8 as we are not going to support windows 7 anymore.
Remove APISets which are deprecated.
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).