Skip to content

Commit 94df12d

Browse files
Commit
1 parent d2aea45 commit 94df12d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

master/custom/builders.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
# Linux armv7l (32-bit) GCC
161161
("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild),
162162
("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),
163+
("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
163164

164165
# FreBSD x86-64 clang
165166
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
@@ -312,9 +313,6 @@
312313

313314
# Emscripten
314315
("WASM Emscripten", "rkm-emscripten", EmscriptenBuild),
315-
316-
# Linux aarch64 GCC/Clang
317-
("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
318316
]
319317

320318

0 commit comments

Comments
 (0)