From 6803f0726fd121e4cb0522949c9be820d07c9a59 Mon Sep 17 00:00:00 2001 From: Oliver Smith-Denny Date: Tue, 10 Dec 2024 10:29:42 -0800 Subject: [PATCH] [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 commit removes the GitHub workflow, which was not removed in the first commit removing the publishing flow. This can be squashed with the original commit adding CI (or the commit adding these BaseTool builds, if separate). --- .github/workflows/release-basetools.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release-basetools.yml b/.github/workflows/release-basetools.yml index d61708b9ad..a286b64f88 100644 --- a/.github/workflows/release-basetools.yml +++ b/.github/workflows/release-basetools.yml @@ -29,11 +29,6 @@ jobs: output_dir: "BaseTools\\Bin\\Win32" target: IA32 - - os: windows-2022 - tool_chain: VS2022 - output_dir: "BaseTools\\Bin\\Win32" - target: ARM - - os: windows-2022 tool_chain: VS2022 output_dir: "BaseTools\\Bin\\Win64" @@ -121,7 +116,6 @@ jobs: mv ${{ runner.temp }}/artifacts/basetools-GCC5-AARCH64 ${{ runner.temp }}/basetools/Linux-ARM-64 ; chmod a+x ${{ runner.temp }}/basetools/Linux-ARM-64/* ; mv ${{ runner.temp }}/artifacts/basetools-VS2022-IA32 ${{ runner.temp }}/basetools/Windows-x86 ; - mv ${{ runner.temp }}/artifacts/basetools-VS2022-ARM ${{ runner.temp }}/basetools/Windows-ARM ; mv ${{ runner.temp }}/artifacts/basetools-VS2022-AARCH64 ${{ runner.temp }}/basetools/Windows-ARM-64 ; - name: Package Files