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:
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user