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) newXCBProto() pkg.Artifact {
|
||||
version = "1.17.0"
|
||||
checksum = "_NtbKaJ_iyT7XiJz25mXQ7y-niTzE8sHPvLXZPcqtNoV_-vTzqkezJ8Hp2U1enCv"
|
||||
)
|
||||
return t.New("xcb-proto-"+version, false, []pkg.Artifact{
|
||||
return t.New("xcb-proto-"+version, 0, []pkg.Artifact{
|
||||
t.Load(Make),
|
||||
t.Load(Python),
|
||||
}, nil, nil, `
|
||||
@@ -31,7 +31,7 @@ func (t Toolchain) newXCB() pkg.Artifact {
|
||||
version = "1.17.0"
|
||||
checksum = "hjjsc79LpWM_hZjNWbDDS6qRQUXREjjekS6UbUsDq-RR1_AjgNDxhRvZf-1_kzDd"
|
||||
)
|
||||
return t.New("xcb-"+version, false, []pkg.Artifact{
|
||||
return t.New("xcb-"+version, 0, []pkg.Artifact{
|
||||
t.Load(Make),
|
||||
t.Load(Python),
|
||||
t.Load(PkgConfig),
|
||||
|
||||
Reference in New Issue
Block a user