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 cc0a715 commit 2d710c0Copy full SHA for 2d710c0
1 file changed
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),
@@ -298,8 +299,6 @@
298
299
300
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
301
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
-
302
- ("ARM64 Raspbian", "stan-raspbian", UnixBuild),
303
]
304
305
0 commit comments