Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
# Linux armv7l (32-bit) GCC
("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild),
("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),
("Arm64 Raspbian", "savannah-raspbian", SlowNonDebugUnixBuild),
Comment thread
savannahostrowski marked this conversation as resolved.
Outdated

# FreBSD x86-64 clang
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
Expand Down
6 changes: 6 additions & 0 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ def get_workers(settings):
# Tests fail with latin1 encoding on 3.12, probably earlier
not_branches=['3.12', '3.11', '3.10', '3.9']
),
cpw(
name="savannah-raspbian",
tags=['linux', 'unix', 'raspbian', 'debian', 'armv8',
'aarch64', 'arm'],
parallel_tests=4,
),
cpw(
name="kulikjak-solaris-sparcv9",
tags=['solaris', 'unix', 'sparc', 'sparcv9'],
Expand Down