Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@

# Linux armv7l (32-bit) GCC
("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild),
("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),

# FreBSD x86-64 clang
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
Expand Down Expand Up @@ -300,8 +301,6 @@
# FreBSD x86-64 clang
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),

("ARM64 Raspbian", "stan-raspbian", UnixBuild),
]


Expand Down