Similar changes as in https://codereview.chromium.org/2659123003 Our MB configuration is still the actually used build config for these bots. BUG=686304 TBR=smut@google.com Review-Url: https://codereview.webrtc.org/2685813003 . Cr-Commit-Position: refs/heads/master@{#16486}
20 lines
496 B
JSON
20 lines
496 B
JSON
{
|
|
"comments": [
|
|
"Builder for 64-bit devices.",
|
|
"gn_args in this file is only read by the buildbot recipe; ",
|
|
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
|
"TODO(kjellander): remove gn_args when the recipe is updated."
|
|
],
|
|
"xcode version": "8.0",
|
|
"gn_args": [
|
|
"is_debug=true",
|
|
"target_cpu=\"arm64\"",
|
|
"use_goma=true"
|
|
],
|
|
"additional_compile_targets": [ "all" ],
|
|
"configuration": "Debug",
|
|
"sdk": "iphoneos10.0",
|
|
"tests": [
|
|
]
|
|
}
|