Skip to content

Commit

Permalink
Revert "Switch to using CIPD for downloading xcode; xcode 9.0 -> 9.2."
Browse files Browse the repository at this point in the history
This reverts commit 1288c59.

Reason for revert: 'ios_api_framework' builder uses global `lipo` which is not available

Original change's description:
> Switch to using CIPD for downloading xcode; xcode 9.0 -> 9.2.
> 
> Bug: chromium:821309
> Change-Id: If304e08c2f7b1beb26325c334c2f1894c5f290f7
> Reviewed-on: https://webrtc-review.googlesource.com/61421
> Commit-Queue: Patrik Höglund <[email protected]>
> Reviewed-by: Oleh Prypin <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#22397}

[email protected],[email protected]

Change-Id: I8fbfc7872eb6e6c3f0e18dec39e130d5af9e3cd8
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:821309
Reviewed-on: https://webrtc-review.googlesource.com/61460
Reviewed-by: Oleh Prypin <[email protected]>
Commit-Queue: Oleh Prypin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#22399}
  • Loading branch information
oprypin authored and Commit Bot committed Mar 13, 2018
1 parent e61bf67 commit 4160441
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios32_sim_ios9_dbg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Tests for 32-bit iOS simulators."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
Expand Down
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
Expand Down
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
Expand Down
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
Expand Down
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios_arm64_dbg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Builder for 64-bit devices."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"ios_enable_code_signing=false",
Expand Down
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios_arm64_rel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Builder for 64-bit devices."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"dcheck_always_on=true",
Expand Down
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios_dbg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Builder for 32-bit devices."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"ios_enable_code_signing=false",
Expand Down
2 changes: 1 addition & 1 deletion tools_webrtc/ios/tryserver.webrtc/ios_rel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comments": [
"Builder for 32-bit devices."
],
"xcode build version": "9C40b",
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"dcheck_always_on=true",
Expand Down

0 comments on commit 4160441

Please sign in to comment.