diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 20:41:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 20:44:43 +0900 |
| commit | 9d9b7294a4a9e93301bfbbf327e9beb99cfa685b (patch) | |
| tree | 237ddd47d946f2b95919a611b50600d6d8b22c2d /internal/rosa/git.go | |
| parent | 6c1e2f10a763ac46fc582c0082a577de84f54d62 (diff) | |
internal/rosa: flags for toolchain-dependent artifact
This is much cleaner to add extra flags to.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/git.go')
| -rw-r--r-- | internal/rosa/git.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/git.go b/internal/rosa/git.go index ec1c3e42..4d6193a2 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -9,7 +9,7 @@ func (t Toolchain) newGit() pkg.Artifact { version = "2.52.0" checksum = "uH3J1HAN_c6PfGNJd2OBwW4zo36n71wmkdvityYnrh8Ak0D1IifiAvEWz9Vi9DmS" ) - return t.New("git-"+version, false, stage3Concat(t, []pkg.Artifact{}, + return t.New("git-"+version, 0, stage3Concat(t, []pkg.Artifact{}, t.Load(Make), t.Load(Perl), t.Load(M4), |
