aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rosa.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-06-10 16:30:52 +0900
committerOphestra <cat@gensokyo.uk>2026-06-10 16:30:52 +0900
commit5992be3dd33f80850583785da3f77f03f761bd77 (patch)
tree29b73c018fd42c232be7aa2a695ea61d0db89692 /internal/rosa/rosa.go
parentc661a3b63a6ec6a680338879dccbcb0b6285f6c6 (diff)
internal/rosa/package/python: add kernel-headers
Missing kernel headers implicitly disables many useful things. This change also enables PGO and installs symlink, since a rebuild is unavoidable. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/rosa.go')
-rw-r--r--internal/rosa/rosa.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go
index 64f5b7cf..8a438bd3 100644
--- a/internal/rosa/rosa.go
+++ b/internal/rosa/rosa.go
@@ -203,7 +203,7 @@ var absCureScript = AbsSystem.Append(".cure-script")
const (
// TExclusive denotes an exclusive [pkg.Artifact].
TExclusive = 1 << iota
- // TEarly hints for an early variant of [Toybox] to be used when available.
+ // TEarly hints for an early variant of toybox to be used when available.
TEarly
// TNoToolchain excludes the LLVM toolchain.
TNoToolchain