From 02328a78cc84c201ff014a2b265c73d407ec9f4c Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 13 Dec 2024 22:45:19 +0000 Subject: [PATCH] Disable RBE in the GN flags for wasm_release builds in the linux_web_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. --- ci/builders/linux_web_engine.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/builders/linux_web_engine.json b/ci/builders/linux_web_engine.json index f4159952eafc2..f24e8a8008993 100644 --- a/ci/builders/linux_web_engine.json +++ b/ci/builders/linux_web_engine.json @@ -17,6 +17,7 @@ "gn": [ "--web", "--runtime-mode=release", + "--no-rbe", "--no-goma" ], "ninja": {