aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/llvm.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-26 21:56:09 +0900
committerOphestra <cat@gensokyo.uk>2026-01-26 21:56:36 +0900
commit76c657177dfabd69a867d9677f6305fcc142b4b6 (patch)
treeecb425260b37c3809657289fb478bf619d6a655f /internal/rosa/llvm.go
parent4356f978aa32d903b70f8408375a609091eb0ddb (diff)
internal/rosa: patch ignore whitespace
This makes it work better with patches emitted by git. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm.go')
-rw-r--r--internal/rosa/llvm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go
index 6e413bd5..59d8046f 100644
--- a/internal/rosa/llvm.go
+++ b/internal/rosa/llvm.go
@@ -171,7 +171,7 @@ cp -r /system/include /usr/include && rm -rf /system/include
}
return t.NewViaCMake("llvm", version, variant, t.NewPatchedSource(
- "llvmorg", pkg.NewHTTPGetTar(
+ "llvmorg", version, pkg.NewHTTPGetTar(
nil, "https://github.com/llvm/llvm-project/archive/refs/tags/"+
"llvmorg-"+version+".tar.gz",
mustDecode(checksum),