Skip to content
Open
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
6 changes: 3 additions & 3 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@

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

# Linux armv8 (64-bit) GCC
("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild),
("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),

# FreBSD x86-64 clang
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
Expand Down Expand Up @@ -312,9 +315,6 @@

# Emscripten
("WASM Emscripten", "rkm-emscripten", EmscriptenBuild),

# Linux aarch64 GCC/Clang
("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
]


Expand Down