Skip to content

Commit 0326443

Browse files
committed
AppVeyor: Add a workaround for build with Visual Studio 2019 on ARM64
Don't use the 2025-11-06 image update (Visual Studio 2019/2022). Avoid the SDK 10.0.26100.0. The problem first appeared on 2025-11-07. The errors were: C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\um\winnt.h (6343,27): warning C4013: '_CountOneBits64' undefined; assuming extern returning int When it was OK: cmake version 4.1.0 -- The C compiler identification is MSVC 19.29.30159.0 Current: cmake version 4.1.0 -- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.17763. -- The C compiler identification is MSVC 19.29.30159.0 [skip ci]
1 parent 3ed0cd0 commit 0326443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: '{build}'
22

33
clone_depth: 5
44

5+
image: Previous Visual Studio 2019
6+
57
branches:
68
except:
79
- coverity_scan

0 commit comments

Comments
 (0)