Skip to content

Commit

Permalink
Build ios with goma. (flutter#37246)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc authored Nov 2, 2022
1 parent d9b9674 commit 2f293a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ci/builders/mac_ios_engine_profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"debug",
"--simulator",
"--simulator-cpu=arm64",
"--no-lto",
"--no-goma"
"--no-lto"
],
"name": "ios_debug_sim_arm64",
"ninja": {
Expand Down
6 changes: 2 additions & 4 deletions ci/builders/mac_ios_engine_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"gn": [
"--ios",
"--runtime-mode",
"release",
"--no-goma"
"release"
],
"name": "ios_release",
"ninja": {
Expand All @@ -59,8 +58,7 @@
"debug",
"--simulator",
"--simulator-cpu=arm64",
"--no-lto",
"--no-goma"
"--no-lto"
],
"name": "ios_debug_sim_arm64",
"ninja": {
Expand Down

0 comments on commit 2f293a3

Please sign in to comment.