From f9c31df94d67e0bdabf297bfba74c8affd6cdb4e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 15 Feb 2026 00:58:14 +0900 Subject: [PATCH] internal/rosa: fixed-size toolchain enum This fits in an inlined uint32 IR value. Signed-off-by: Ophestra --- internal/rosa/rosa.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 1e02fac..53442ce 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -99,7 +99,7 @@ func earlyCXXFLAGS() string { } // Toolchain denotes the infrastructure to compile a [pkg.Artifact] on. -type Toolchain uintptr +type Toolchain uint32 const ( // _toolchainBusybox denotes a busybox installation from the busyboxBin