diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-25 14:14:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-25 14:14:34 +0900 |
| commit | 0d3efeb456117b87f256e3bfaabd5abbace67ab4 (patch) | |
| tree | 7405be7a58e634f2d6d1fa00b34b3e054e35666c /internal/rosa/llvm_test.go | |
| parent | 35147f6dfb0b81d2fe21f69b3800162b0cd7060f (diff) | |
internal/rosa: remove xz utils hack
This replaces all xz invocations with the native decompressor. This also significantly cleans up the Gentoo stage3 bootstrap path.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm_test.go')
| -rw-r--r-- | internal/rosa/llvm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/llvm_test.go b/internal/rosa/llvm_test.go index af5f6530..2b1d2e7d 100644 --- a/internal/rosa/llvm_test.go +++ b/internal/rosa/llvm_test.go @@ -8,7 +8,7 @@ import ( ) func TestLLVMInputs(t *testing.T) { - const wantInputCount = 473 + const wantInputCount = 470 _, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm")) var n int |
