[gnome-build-meta/tristan/remove-max-jobs: 7/7] sdk/WebKitGTK+.bst: Remove max-jobs setting



commit 041a48ededcc7fbee501a037fd6288e2931ef7fd
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Mon Sep 10 19:40:48 2018 +0900

    sdk/WebKitGTK+.bst: Remove max-jobs setting
    
    Since recent versions of BuildStream, the max-jobs is automatically
    capped at 8, so it will not blow out of proportion on build servers
    with 96 cores and the like.
    
    Also, max-jobs is an internal protected variable in BuildStream,
    an upcoming update intends to cause setting of this internal detail
    to raise an error.

 elements/sdk/WebKitGTK+.bst | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/elements/sdk/WebKitGTK+.bst b/elements/sdk/WebKitGTK+.bst
index 1602424..5748982 100644
--- a/elements/sdk/WebKitGTK+.bst
+++ b/elements/sdk/WebKitGTK+.bst
@@ -42,4 +42,3 @@ variables:
     - arch == "arm":
         webkitgtk_toolchain: -DCMAKE_TOOLCHAIN_FILE=toolchain.arm
   cmake-local: -DPORT=GTK -DENABLE_PLUGIN_PROCESS_GTK2=OFF %{webkitgtk_toolchain}
-  max-jobs: 2


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]