iOS: Fix breakage caused by buildbot recipe update

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}
This commit is contained in:
Henrik Kjellander
2017-02-08 12:04:20 +01:00
parent b10f32f9b2
commit 5e5a072f2c
14 changed files with 28 additions and 56 deletions

View File

@ -1,7 +1,4 @@
{
"owners": [
"kjellander"
],
"comments": [
"Tests for 32-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
@ -10,10 +7,11 @@
],
"xcode version": "8.0",
"gn_args": [
"is_debug=true",
"target_cpu=\"x86\"",
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",

View File

@ -1,7 +1,4 @@
{
"owners": [
"kjellander"
],
"comments": [
"Tests for 64-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
@ -10,10 +7,11 @@
],
"xcode version": "8.0",
"gn_args": [
"is_debug=true",
"target_cpu=\"x64\"",
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator10.0",

View File

@ -1,7 +1,4 @@
{
"owners": [
"kjellander"
],
"comments": [
"Tests for 64-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
@ -10,10 +7,11 @@
],
"xcode version": "8.0",
"gn_args": [
"is_debug=true",
"target_cpu=\"x64\"",
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",

View File

@ -1,7 +1,4 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 64-bit devices.",
"gn_args in this file is only read by the buildbot recipe; ",
@ -10,10 +7,11 @@
],
"xcode version": "8.0",
"gn_args": [
"is_debug=true",
"target_cpu=\"arm64\"",
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos10.0",

View File

@ -1,7 +1,4 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 64-bit devices.",
"gn_args in this file is only read by the buildbot recipe; ",
@ -10,10 +7,11 @@
],
"xcode version": "8.0",
"gn_args": [
"is_debug=false",
"target_cpu=\"arm64\"",
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos10.0",

View File

@ -1,7 +1,4 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 32-bit devices.",
"gn_args in this file is only read by the buildbot recipe; ",
@ -10,10 +7,11 @@
],
"xcode version": "8.0",
"gn_args": [
"is_debug=true",
"target_cpu=\"arm\"",
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos10.0",

View File

@ -1,7 +1,4 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 32-bit devices.",
"gn_args in this file is only read by the buildbot recipe; ",
@ -10,10 +7,11 @@
],
"xcode version": "8.0",
"gn_args": [
"is_debug=false",
"target_cpu=\"arm\"",
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos10.0",