Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@
# FreBSD x86-64 clang
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),

("ARM64 Raspbian", "stan-raspbian", UnixBuild),
]


Expand Down
5 changes: 5 additions & 0 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ def get_workers(settings):
# Raspbian Debian bullseye ships with 3.9, bookworm with 3.11.
not_branches=['3.7', '3.8'],
),
cpw(
name="stan-raspbian",
tags=['linux', 'unix', 'raspbian', 'debian', 'armv8',
'aarch64', 'arm'],
),
cpw(
name="kulikjak-solaris-sparcv9",
tags=['solaris', 'unix', 'sparc', 'sparcv9'],
Expand Down