Skip to content

Commit 63ad15a

Browse files
committed
Merge in the main branch
2 parents aa978bf + 9bca131 commit 63ad15a

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

master/custom/builders.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@
174174
("AMD64 FreeBSD Refleaks", "ware-freebsd", UnixRefleakBuild),
175175
("AMD64 FreeBSD14", "opsec-fbsd14", UnixBuild),
176176

177-
# Windows aarch64 MSVC
178-
("ARM64 Windows", "linaro-win-arm64", WindowsARM64Build),
179-
("ARM64 Windows Non-Debug", "linaro-win-arm64", WindowsARM64ReleaseBuild),
180-
181177
# iOS
182178
("iOS ARM64 Simulator", "rkm-arm64-ios-simulator", IOSARM64SimulatorBuild),
183179

@@ -322,6 +318,11 @@
322318
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
323319
# FreeBSD 16 is CURRENT: development branch (at 2026-01-09)
324320
("AMD64 FreeBSD16", "opsec-fbsd16", UnixBuild),
321+
322+
# Windows aarch64 MSVC
323+
("ARM64 Windows", "ware-win11-arm64", WindowsARM64Build),
324+
("ARM64 Windows Non-Debug", "ware-win11-arm64", WindowsARM64ReleaseBuild),
325+
325326
]
326327

327328

master/custom/workers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ def get_workers(settings):
294294
parallel_tests=2,
295295
),
296296
cpw(
297-
name="linaro-win-arm64",
298-
tags=['windows', 'arm64'],
299-
parallel_tests=4,
297+
name="ware-win11-arm64",
298+
tags=['windows', 'win11', 'arm64'],
299+
parallel_tests=2,
300300
),
301301
cpw(
302302
name="bcannon-wasi",

0 commit comments

Comments
 (0)