Skip to content

Commit f04497c

Browse files
Move ARM64 Raspbian Debug builder to stable (#636)
1 parent d2aea45 commit f04497c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

master/custom/builders.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@
159159

160160
# Linux armv7l (32-bit) GCC
161161
("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild),
162+
163+
# Linux armv8 (64-bit) GCC
162164
("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),
165+
("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
163166

164167
# FreBSD x86-64 clang
165168
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
@@ -312,9 +315,6 @@
312315

313316
# Emscripten
314317
("WASM Emscripten", "rkm-emscripten", EmscriptenBuild),
315-
316-
# Linux aarch64 GCC/Clang
317-
("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
318318
]
319319

320320

0 commit comments

Comments
 (0)