Skip to content

Commit

Permalink
Switch goma to reclient fro standalone targets (#45804)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyonghan committed Sep 14, 2023
1 parent f5f1a96 commit 5512613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ci/builders/standalone/linux_android_emulator.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"gn": [
"--android",
"--android-cpu=x64",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "android_debug_x64",
"ninja": {
Expand Down
4 changes: 3 additions & 1 deletion ci/builders/standalone/linux_benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"--runtime-mode",
"release",
"--prebuilt-dart-sdk",
"--build-embedder-examples"
"--build-embedder-examples",
"--rbe",
"--no-goma"
],
"name": "host_release",
"ninja": {
Expand Down

0 comments on commit 5512613

Please sign in to comment.