mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 03:11:29 +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 {
|
builder_mixins {
|
||||||
name: "release"
|
name: "release"
|
||||||
recipe {
|
recipe {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user