Skip to content

Commit 9f8d7a9

Browse files
Add savannah-raspbian config
1 parent 886689f commit 9f8d7a9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

master/custom/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
# Linux armv7l (32-bit) GCC
162162
("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild),
163163
("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),
164+
("Arm64 Raspbian", "savannah-raspbian", SlowNonDebugUnixBuild),
164165

165166
# FreBSD x86-64 clang
166167
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),

master/custom/workers.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ def get_workers(settings):
191191
# Tests fail with latin1 encoding on 3.12, probably earlier
192192
not_branches=['3.12', '3.11', '3.10', '3.9']
193193
),
194+
cpw(
195+
name="savannah-raspbian",
196+
tags=['linux', 'unix', 'raspbian', 'debian', 'armv8',
197+
'aarch64', 'arm'],
198+
parallel_tests=4,
199+
),
194200
cpw(
195201
name="kulikjak-solaris-sparcv9",
196202
tags=['solaris', 'unix', 'sparc', 'sparcv9'],

0 commit comments

Comments
 (0)