Skip to content

Commit

Permalink
Disable RBE in the GN flags for wasm_release builds in the linux_web_…
Browse files Browse the repository at this point in the history
…engine builder

RBE is not supported for this build.  Starting the RBE proxy adds unnecessary overhead, and the attempt to use RBE will cause the build recipe to request too many parallel jobs in Ninja.
  • Loading branch information
jason-simmons committed Dec 13, 2024
1 parent 8e3ac47 commit 02328a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/builders/linux_web_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"gn": [
"--web",
"--runtime-mode=release",
"--no-rbe",
"--no-goma"
],
"ninja": {
Expand Down

0 comments on commit 02328a7

Please sign in to comment.