cr-buildbucket.cfg: Fix missing clang and no_clang mixins
This commit is contained in:
parent
99612ae059
commit
7efbacca83
|
@ -34,6 +34,18 @@ acl_sets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
builder_mixins {
|
||||||
|
name: "clang"
|
||||||
|
recipe {
|
||||||
|
properties_j: "clang:true"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
builder_mixins {
|
||||||
|
name: "no_clang"
|
||||||
|
recipe {
|
||||||
|
properties_j: "clang:false"
|
||||||
|
}
|
||||||
|
}
|
||||||
builder_mixins {
|
builder_mixins {
|
||||||
name: "release"
|
name: "release"
|
||||||
recipe {
|
recipe {
|
||||||
|
|
Loading…
Reference in New Issue