iOS: Remove MB and Goma for GYP builders.
This reverts "iOS: Add mb_type config for GYP builders." and also removes Goma from these builders, as it will not work for WebRTC since MB's GYP mode is hardcoded to use gyp_chromium. MB should be working for GN since it's a stand-alone tool. Goma doesn't work since $(goma_dir) in the JSON throws an error during compile. So let's turn off Goma for these bots for now. BUG=chromium:498746 NOTRY=True TBR=smut@google.com Review URL: https://codereview.webrtc.org/1685683007 Cr-Commit-Position: refs/heads/master@{#11578}
This commit is contained in:
@ -8,11 +8,8 @@
|
||||
"xcode version": "7.0",
|
||||
"GYP_DEFINES": {
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm",
|
||||
"use_goma": "1",
|
||||
"gomadir": "$(goma_dir)"
|
||||
"target_arch": "arm"
|
||||
},
|
||||
"mb_type": "gyp",
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -8,11 +8,8 @@
|
||||
"xcode version": "7.0",
|
||||
"GYP_DEFINES": {
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm",
|
||||
"use_goma": "1",
|
||||
"gomadir": "$(goma_dir)"
|
||||
"target_arch": "arm"
|
||||
},
|
||||
"mb_type": "gyp",
|
||||
"compiler": "ninja",
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -8,11 +8,8 @@
|
||||
"xcode version": "7.0",
|
||||
"GYP_DEFINES": {
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "ia32",
|
||||
"use_goma": "1",
|
||||
"gomadir": "$(goma_dir)"
|
||||
"target_arch": "ia32"
|
||||
},
|
||||
"mb_type": "gyp",
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.0",
|
||||
|
||||
@ -8,11 +8,8 @@
|
||||
"xcode version": "7.0",
|
||||
"GYP_DEFINES": {
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm64",
|
||||
"use_goma": "1",
|
||||
"gomadir": "$(goma_dir)"
|
||||
"target_arch": "arm64"
|
||||
},
|
||||
"mb_type": "gyp",
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander",
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"GN + Ninja builder."
|
||||
@ -13,9 +13,7 @@
|
||||
"gn_args": [
|
||||
"ios_enable_code_signing=false",
|
||||
"target_cpu=\"arm\"",
|
||||
"target_os=\"ios\"",
|
||||
"use_goma=true",
|
||||
"goma_dir=$(goma_dir)"
|
||||
"target_os=\"ios\""
|
||||
],
|
||||
"mb_type": "gn",
|
||||
"compiler": "ninja",
|
||||
|
||||
@ -8,11 +8,8 @@
|
||||
"xcode version": "7.0",
|
||||
"GYP_DEFINES": {
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm64",
|
||||
"use_goma": "1",
|
||||
"gomadir": "$(goma_dir)"
|
||||
"target_arch": "arm64"
|
||||
},
|
||||
"mb_type": "gyp",
|
||||
"compiler": "ninja",
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander",
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"GN + Ninja builder."
|
||||
@ -13,9 +13,7 @@
|
||||
"gn_args": [
|
||||
"ios_enable_code_signing=false",
|
||||
"target_cpu=\"arm\"",
|
||||
"target_os=\"ios\"",
|
||||
"use_goma=true",
|
||||
"goma_dir=$(goma_dir)"
|
||||
"target_os=\"ios\""
|
||||
],
|
||||
"mb_type": "gn",
|
||||
"compiler": "ninja",
|
||||
|
||||
@ -8,11 +8,8 @@
|
||||
"xcode version": "7.0",
|
||||
"GYP_DEFINES": {
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "x64",
|
||||
"use_goma": "1",
|
||||
"gomadir": "$(goma_dir)"
|
||||
"target_arch": "x64"
|
||||
},
|
||||
"mb_type": "gyp",
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.0",
|
||||
|
||||
Reference in New Issue
Block a user