-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Description
The latest build of LLVM that has been submitted to winget is missing the Windows on Arm builds. This means that the x64 version of the tools are being installed on Arm machines instead of the Arm builds.
Repro:
- on a Windows 11 machine open a terminal prompt and type: winget install llvm.llvm
- wait for the installation to complete
- run: c:\program files\llvm\bin\clang --version
Expected:
output shows:
...
Target: aarch64-pc-windows-msvc
Actual:
output shows:
...
Target: x86_64-pc-windows-msvc
This needs to be resolved by the winget repo owner by manually submitting the additional Arm package.
ALSO: in future it would be better to automate the submission to Winget by using a yml script like this one from powertoys
https://github.com/microsoft/PowerToys/blob/main/.github/workflows/package-submissions.yml