Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
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
alvinhochun 1b4e0099cc
CI: Build ARM64 cppwinrt and tests (not run) (#1211) 2022-10-20 10:42:42 -05:00
Scott Jones f992bc4e4f
catch is evidently incompatible with VS 2022 (platform toolset v143) - backing off to unblock (#1127)
* catch is evidently incompatible with VS 2022 (platform toolset v143) - backing off to unblock

* unlikely to be needed, but reordered to support other platform toolset overriding

* pipeline now running out of disk space - clean intermediates as we go

* standardize OutDir, IntDir. ensure they are different for visualizer.
2022-03-23 15:35:56 -07:00
Scott Jones 768139a943
Several nuget tests failing to build with VS2022. Standardize on directory.build.props to use PlatformToolset v143 (#1125) 2022-03-22 15:14:59 -07:00
Kenny Kerr 27435d63f2 Revert "Revert "Build tweaks to simplify Win7 smoke testing (#471)""
This reverts commit 5579f5d605.
2020-01-15 08:35:21 -08:00
Kenny Kerr 5579f5d605 Revert "Build tweaks to simplify Win7 smoke testing (#471)"
This reverts commit 0651af8a48.
2020-01-15 08:20:01 -08:00
Kenny Kerr 0651af8a48
Build tweaks to simplify Win7 smoke testing (#471) 2020-01-14 17:02:45 -08:00
Kenny Kerr fa72f7911e build 2019-10-17 09:47:44 -07:00
Kenny Kerr f088d90071 port 2019-10-08 08:19:10 -07:00