forked from security/hakurei
internal/rosa: flags for toolchain-dependent artifact
This is much cleaner to add extra flags to. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -7,7 +7,7 @@ func (t Toolchain) newNinja() pkg.Artifact {
|
||||
version = "1.13.2"
|
||||
checksum = "ygKWMa0YV2lWKiFro5hnL-vcKbc_-RACZuPu0Io8qDvgQlZ0dxv7hPNSFkt4214v"
|
||||
)
|
||||
return t.New("ninja-"+version, false, []pkg.Artifact{
|
||||
return t.New("ninja-"+version, 0, []pkg.Artifact{
|
||||
t.Load(CMake),
|
||||
t.Load(Python),
|
||||
t.Load(Bash),
|
||||
|
||||
Reference in New Issue
Block a user