Skip to content

Commit 3def184

Browse files
committed
[SQUASH ON REBASE] Remove Windows ARM BaseTools Build
The Windows ARM BaseTools build is not used any longer, it used to work on Windows ARM64, but that support is not there anymore. Windows ARM64 is built for BaseTools instead and there are no current Windows ARM hosts, nor likely ever to be any more. This can be squashed with the original commit adding CI (or the commit adding these BaseTool builds, if separate).
1 parent 96e0aab commit 3def184

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.azurepipelines/BaseTools-Build-For-Publication.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ jobs:
8787
TARGET_x86:
8888
Build.Targets: 'IA32'
8989
Build.TargetFolder: 'Win32'
90-
TARGET_ARM:
91-
Build.Targets: 'ARM'
92-
Build.TargetFolder: 'Win32'
9390
TARGET_AArch64:
9491
Build.Targets: 'AARCH64'
9592
Build.TargetFolder: 'Win64'
@@ -192,7 +189,6 @@ jobs:
192189
mv $(Pipeline.Workspace)/$(linux_artifact_name)_X64 $(Build.StagingDirectory)/$(temp_publication_directory)/Linux-x86;
193190
mv $(Pipeline.Workspace)/$(linux_artifact_name)_AARCH64 $(Build.StagingDirectory)/$(temp_publication_directory)/Linux-ARM-64;
194191
mv $(Pipeline.Workspace)/$(windows_artifact_name)_IA32 $(Build.StagingDirectory)/$(temp_publication_directory)/Windows-x86;
195-
mv $(Pipeline.Workspace)/$(windows_artifact_name)_ARM $(Build.StagingDirectory)/$(temp_publication_directory)/Windows-ARM;
196192
mv $(Pipeline.Workspace)/$(windows_artifact_name)_AARCH64 $(Build.StagingDirectory)/$(temp_publication_directory)/Windows-ARM-64;
197193
displayName: Stage Package Files
198194

0 commit comments

Comments
 (0)