From 94df12dd697e639bcdc394c77e3e1cbe595afecc Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 7 Oct 2025 20:36:40 +0100 Subject: [PATCH 1/2] Commit --- master/custom/builders.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/master/custom/builders.py b/master/custom/builders.py index 2ab8eb26..da9ba645 100644 --- a/master/custom/builders.py +++ b/master/custom/builders.py @@ -160,6 +160,7 @@ # Linux armv7l (32-bit) GCC ("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild), ("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild), + ("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild), # FreBSD x86-64 clang ("AMD64 FreeBSD", "ware-freebsd", UnixBuild), @@ -312,9 +313,6 @@ # Emscripten ("WASM Emscripten", "rkm-emscripten", EmscriptenBuild), - - # Linux aarch64 GCC/Clang - ("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild), ] From 2e2824a7714e3840562451223d8c2e8db6635d57 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 9 Oct 2025 19:03:06 +0100 Subject: [PATCH 2/2] Put under a separate comment --- master/custom/builders.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/master/custom/builders.py b/master/custom/builders.py index da9ba645..e2492657 100644 --- a/master/custom/builders.py +++ b/master/custom/builders.py @@ -159,6 +159,8 @@ # 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),