cppwinrt/test/test_component_folders
David Machaj 2aed347fb7
GitHub Actions workflow cannot build arm32 after updating Windows SDK (#1454)
arm32 is not supported anymore by Windows. There has not been a native arm32 OS since before Win11. The wow32 backcompat on arm64 devices to run arm32 programs was removed with Win11 24H2. Most notably, the ability to build arm32 with newer SDKs and toolsets has seemingly been removed. This is now breaking the CI build.

The easiest fix is to simply remove arm32 support.
2024-11-18 16:52:31 -08:00
..
Class.cpp port 2019-10-08 08:19:10 -07:00
Class.h port 2019-10-08 08:19:10 -07:00
Nested.NestedClass.cpp port 2019-10-08 08:19:10 -07:00
Nested.NestedClass.h port 2019-10-08 08:19:10 -07:00
exports.def port 2019-10-08 08:19:10 -07:00
pch.cpp port 2019-10-08 08:19:10 -07:00
pch.h port 2019-10-08 08:19:10 -07:00
test_component_folders.idl port 2019-10-08 08:19:10 -07:00
test_component_folders.vcxproj GitHub Actions workflow cannot build arm32 after updating Windows SDK (#1454) 2024-11-18 16:52:31 -08:00