Skip to content

Commit 9bbb702

Browse files
opsecvstinnerStanFromIreland
authored
Add opsec-fbsd16: FreeBSD 16 (#660)
Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent b71a878 commit 9bbb702

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

master/custom/builders.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,11 @@
306306
("s390x Fedora Rawhide LTO", "cstratak-fedora-rawhide-s390x", LTONonDebugUnixBuild),
307307
("s390x Fedora Rawhide LTO + PGO", "cstratak-fedora-rawhide-s390x", LTOPGONonDebugBuild),
308308

309-
# FreBSD x86-64 clang
309+
# FreeBSD x86-64 clang
310310
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
311311
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
312+
# FreeBSD 16 is CURRENT: development branch (at 2026-01-09)
313+
("AMD64 FreeBSD16", "opsec-fbsd16", UnixBuild),
312314

313315
# Emscripten
314316
("WASM Emscripten", "rkm-emscripten", EmscriptenBuild),

master/custom/workers.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ def get_workers(settings):
251251
tags=['freebsd', 'bsd', 'unix', 'amd64', 'x86-64'],
252252
parallel_tests=4,
253253
),
254+
cpw(
255+
name="opsec-fbsd16",
256+
tags=['freebsd', 'bsd', 'unix', 'amd64', 'x86-64'],
257+
parallel_tests=4,
258+
),
254259
cpw(
255260
name="ware-debian-x86",
256261
tags=['linux', 'unix', 'debian', 'x86'],

0 commit comments

Comments
 (0)