mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 02:41:28 +00:00
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 {
|
||||
name: "release"
|
||||
recipe {
|
||||
|
Loading…
x
Reference in New Issue
Block a user