Skip to content

Commit 69a28fb

Browse files
Add stan-raspbian worker (#591)
1 parent 4e99942 commit 69a28fb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

master/custom/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300
# FreBSD x86-64 clang
301301
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
302302
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
303+
304+
("ARM64 Raspbian", "stan-raspbian", UnixBuild),
303305
]
304306

305307

master/custom/workers.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ def get_workers(settings):
181181
# Raspbian Debian bullseye ships with 3.9, bookworm with 3.11.
182182
not_branches=['3.7', '3.8'],
183183
),
184+
cpw(
185+
name="stan-raspbian",
186+
tags=['linux', 'unix', 'raspbian', 'debian', 'armv8',
187+
'aarch64', 'arm'],
188+
),
184189
cpw(
185190
name="kulikjak-solaris-sparcv9",
186191
tags=['solaris', 'unix', 'sparc', 'sparcv9'],

0 commit comments

Comments
 (0)