Skip to content

Commit

Permalink
Switch goma to reclient for Linux fuchsia/unopt/android_aot (#45899)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyonghan authored and harryterkelsen committed Oct 23, 2023
1 parent bbcc54c commit da6c2f0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 14 deletions.
24 changes: 18 additions & 6 deletions ci/builders/linux_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"profile",
"--android",
"--android-cpu",
"arm"
"arm",
"--rbe",
"--no-goma"
],
"name": "android_profile",
"ninja": {
Expand Down Expand Up @@ -61,7 +63,9 @@
"release",
"--android",
"--android-cpu",
"arm"
"arm",
"--rbe",
"--no-goma"
],
"name": "android_release",
"ninja": {
Expand Down Expand Up @@ -99,7 +103,9 @@
"release",
"--android",
"--android-cpu",
"arm64"
"arm64",
"--rbe",
"--no-goma"
],
"name": "android_release_arm64",
"ninja": {
Expand Down Expand Up @@ -152,7 +158,9 @@
"--runtime-mode",
"profile",
"--android-cpu",
"arm64"
"arm64",
"--rbe",
"--no-goma"
],
"name": "android_profile_arm64",
"ninja": {
Expand Down Expand Up @@ -190,7 +198,9 @@
"profile",
"--android",
"--android-cpu",
"x64"
"x64",
"--rbe",
"--no-goma"
],
"name": "android_profile_x64",
"ninja": {
Expand Down Expand Up @@ -228,7 +238,9 @@
"release",
"--android",
"--android-cpu",
"x64"
"x64",
"--rbe",
"--no-goma"
],
"name": "android_release_x64",
"ninja": {
Expand Down
24 changes: 18 additions & 6 deletions ci/builders/linux_fuchsia.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"profile"
"profile",
"--rbe",
"--no-goma"
],
"name": "fuchsia_profile_arm64",
"ninja": {
Expand All @@ -38,7 +40,9 @@
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"release"
"release",
"--rbe",
"--no-goma"
],
"name": "fuchsia_release_arm64",
"ninja": {
Expand All @@ -63,7 +67,9 @@
"arm64",
"--runtime-mode",
"debug",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_debug_arm64",
"ninja": {
Expand All @@ -87,7 +93,9 @@
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"profile"
"profile",
"--rbe",
"--no-goma"
],
"name": "fuchsia_profile_x64",
"ninja": {
Expand All @@ -110,7 +118,9 @@
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"release"
"release",
"--rbe",
"--no-goma"
],
"name": "fuchsia_release_x64",
"ninja": {
Expand All @@ -134,7 +144,9 @@
"x64",
"--runtime-mode",
"debug",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_debug_x64",
"ninja": {
Expand Down
8 changes: 6 additions & 2 deletions ci/builders/linux_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"--prebuilt-dart-sdk",
"--asan",
"--lsan",
"--dart-debug"
"--dart-debug",
"--rbe",
"--no-goma"
],
"name": "host_debug_unopt",
"ninja": {
Expand Down Expand Up @@ -89,7 +91,9 @@
],
"gn": [
"--android",
"--unoptimized"
"--unoptimized",
"--rbe",
"--no-goma"
],
"name": "android_debug_unopt",
"ninja": {
Expand Down

0 comments on commit da6c2f0

Please sign in to comment.