Skip to content

Commit

Permalink
[SQUASH ON REBASE] Remove Windows ARM BaseTools Build
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
os-d committed Dec 10, 2024
1 parent 3def184 commit 6803f07
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-basetools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6803f07

Please sign in to comment.