diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 08:07:43 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 08:15:23 +0900 |
| commit | b482fd4abfb2b3765b1791915b31067a0f80fec7 (patch) | |
| tree | 1cb95592a7f243aa920e3f4c497909a2e8bf9efb /internal/rosa/tamago.go | |
| parent | 2e502ede6c885496f4ac0a480aa4e4e337c54f51 (diff) | |
internal/rosa: remove global handles
These no longer serve any purpose.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/tamago.go')
| -rw-r--r-- | internal/rosa/tamago.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/tamago.go b/internal/rosa/tamago.go index 36818114..a9ea12c8 100644 --- a/internal/rosa/tamago.go +++ b/internal/rosa/tamago.go @@ -8,8 +8,8 @@ func (t Toolchain) newTamaGo() (pkg.Artifact, string) { checksum = "-nH3MjAzDDLTeJ2hRKYJcJwo5-Ikci4zOHfB8j1vKn7zrF9TS6zYaoLi8qohGwAE" ) return t.New("tamago-go"+version, 0, t.Append(nil, - Bash, - Go, + bash, + _go, ), nil, []string{ "CC=cc", "GOCACHE=/tmp/gocache", |
