mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
Infra: Migrate to new Goma RBE service
Bug: angleproject:4706 Change-Id: Ie6b77e2d62df1743b6cfa8214654365b54494d1e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2237351 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
committed by
Commit Bot
parent
53c3ea8fe9
commit
4c2d466e3c
@@ -45,21 +45,38 @@ builder_mixins {
|
||||
dimensions: "ssd:0"
|
||||
}
|
||||
|
||||
builder_mixins {
|
||||
name: "goma_enable_ats"
|
||||
recipe {
|
||||
properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
|
||||
}
|
||||
}
|
||||
|
||||
builder_mixins {
|
||||
name: "goma_no_ats"
|
||||
recipe {
|
||||
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
|
||||
}
|
||||
}
|
||||
|
||||
builder_mixins {
|
||||
name: "linux"
|
||||
dimensions: "os:Ubuntu-16.04"
|
||||
mixins: "builderless"
|
||||
mixins: "goma_enable_ats"
|
||||
}
|
||||
|
||||
builder_mixins {
|
||||
name: "win"
|
||||
dimensions: "os:Windows"
|
||||
mixins: "builderless"
|
||||
mixins: "goma_enable_ats"
|
||||
}
|
||||
|
||||
builder_mixins {
|
||||
name: "mac"
|
||||
dimensions: "os:Mac"
|
||||
mixins: "goma_no_ats"
|
||||
recipe {
|
||||
properties_j: <<EOF
|
||||
$depot_tools/osx_sdk:{
|
||||
|
||||
Reference in New Issue
Block a user