cr-buildbucket.cfg: Fix missing clang and no_clang mixins

This commit is contained in:
Corentin Wallez 2018-08-23 14:40:37 +02:00 committed by Corentin Wallez
parent 99612ae059
commit 7efbacca83
1 changed files with 12 additions and 0 deletions

View File

@ -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 {
name: "release"
recipe {