Skip to content

Commit

Permalink
Switch linux_android_debug_engine from goma to reclient (#45345)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyonghan authored and harryterkelsen committed Oct 23, 2023
1 parent 427e0d1 commit aba0a3b
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions ci/builders/linux_android_debug_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"gn": [
"--android",
"--android-cpu=x86",
"--runtime-mode=jit_release"
"--runtime-mode=jit_release",
"--rbe",
"--no-goma"
],
"name": "android_jit_release_x86",
"ninja": {
Expand Down Expand Up @@ -72,7 +74,9 @@
"gn": [
"--android",
"--android-cpu=arm",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "android_debug",
"ninja": {
Expand Down Expand Up @@ -123,7 +127,9 @@
"gn": [
"--android",
"--android-cpu=arm64",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "android_debug_arm64",
"ninja": {
Expand All @@ -144,7 +150,9 @@
"--android",
"--android-cpu=arm64",
"--no-lto",
"--enable-vulkan-validation-layers"
"--enable-vulkan-validation-layers",
"--rbe",
"--no-goma"
],
"name": "android_debug_arm64_validation_layers",
"ninja": {
Expand Down Expand Up @@ -176,7 +184,9 @@
"gn": [
"--android",
"--android-cpu=x86",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "android_debug_x86",
"ninja": {
Expand Down Expand Up @@ -208,7 +218,9 @@
"gn": [
"--android",
"--android-cpu=x64",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "android_debug_x64",
"ninja": {
Expand Down

0 comments on commit aba0a3b

Please sign in to comment.