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.
1 parent 2b32fa5 commit 2e6c4a6Copy full SHA for 2e6c4a6
master/custom/builders.py
@@ -172,6 +172,7 @@
172
173
# Linux armv7l (32-bit) GCC
174
("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild),
175
+ ("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),
176
177
# FreBSD x86-64 clang
178
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
@@ -300,8 +301,6 @@
300
301
302
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
303
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
-
304
- ("ARM64 Raspbian", "stan-raspbian", UnixBuild),
305
]
306
307
0 commit comments