We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ARM64 Raspbian Debug
1 parent d2aea45 commit f04497cCopy full SHA for f04497c
master/custom/builders.py
@@ -159,7 +159,10 @@
159
160
# Linux armv7l (32-bit) GCC
161
("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild),
162
+
163
+ # Linux armv8 (64-bit) GCC
164
("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),
165
+ ("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
166
167
# FreBSD x86-64 clang
168
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
@@ -312,9 +315,6 @@
312
315
313
316
# Emscripten
314
317
("WASM Emscripten", "rkm-emscripten", EmscriptenBuild),
-
- # Linux aarch64 GCC/Clang
- ("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
318
]
319
320
0 commit comments