internal/rosa: fixed-size toolchain enum
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m36s
Test / Hakurei (push) Successful in 3m50s
Test / ShareFS (push) Successful in 3m58s
Test / Hpkg (push) Successful in 4m34s
Test / Sandbox (race detector) (push) Successful in 5m7s
Test / Hakurei (race detector) (push) Successful in 6m14s
Test / Flake checks (push) Successful in 1m37s

This fits in an inlined uint32 IR value.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-15 00:58:14 +09:00
parent 4f570cc5c9
commit f9c31df94d

View File

@@ -99,7 +99,7 @@ func earlyCXXFLAGS() string {
} }
// Toolchain denotes the infrastructure to compile a [pkg.Artifact] on. // Toolchain denotes the infrastructure to compile a [pkg.Artifact] on.
type Toolchain uintptr type Toolchain uint32
const ( const (
// _toolchainBusybox denotes a busybox installation from the busyboxBin // _toolchainBusybox denotes a busybox installation from the busyboxBin