mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
866 B
Diff
25 lines
866 B
Diff
From 12647123677280381e88451287fefdbafde994d0 Mon Sep 17 00:00:00 2001
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
Date: Tue, 2 Feb 2021 13:58:59 -0700
|
|
Subject: [PATCH 2/4] Run blink bindings generation single threaded
|
|
|
|
When not single threaded this process will eat all the RAM.
|
|
---
|
|
third_party/blink/renderer/bindings/BUILD.gn | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/third_party/blink/renderer/bindings/BUILD.gn b/third_party/blink/renderer/bindings/BUILD.gn
|
|
index c468bf2c8fa43..b135cb435a2e1 100644
|
|
--- a/third_party/blink/renderer/bindings/BUILD.gn
|
|
+++ b/third_party/blink/renderer/bindings/BUILD.gn
|
|
@@ -148,6 +148,7 @@ template("generate_bindings") {
|
|
outputs = invoker.outputs
|
|
|
|
args = [
|
|
+ "--single_process",
|
|
"--web_idl_database",
|
|
rebase_path(web_idl_database, root_build_dir),
|
|
"--root_src_dir",
|
|
--
|
|
2.37.3
|
|
|