webrtc_m130/tools_webrtc/ios/tryserver.webrtc/ios_compile_arm64_dbg.json
Oleh Prypin 11d3d6c17d Rename most tryjobs to avoid implied defaults
Explicitly say "_compile_" for ARM and Clang and GCC.
Explicitly say "_arm_" for mobiles.
Explicitly say "_x86_" for Windows.
Fill in some gaps where both tester and compile-only bots are viable.

Also remove unused "experimental" tryjobs.

No-Try: True
Bug: webrtc:10072
Change-Id: Ib22e0518fc1e600b237c3c687994f27c7e88b8b3
Reviewed-on: https://webrtc-review.googlesource.com/c/112585
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25872}
2018-12-03 11:09:40 +00:00

23 lines
530 B
JSON

{
"comments": [
"Builder for 64-bit devices.",
"NOTE: Update cache entry in cr-buildbucket.cfg when changing xcode version."
],
"xcode build version": "10l232m",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"ios_enable_code_signing=false",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"arm64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos10.3",
"tests": [
]
}