[gnome-build-meta/abderrahim/max-jobs] project.conf: let ninja decide by itself how many jobs to run



commit 0e1bd323bef2fb86a87b3f6c665d9b46e5694c65
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat Mar 23 15:17:23 2019 +0100

    project.conf: let ninja decide by itself how many jobs to run

 project.conf | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/project.conf b/project.conf
index f163e3b8..f56f57e5 100644
--- a/project.conf
+++ b/project.conf
@@ -133,6 +133,8 @@ elements:
     variables:
       cmake-global: -DCMAKE_BUILD_TYPE=RelWithDebInfo
       generator: Ninja
+    environment:
+      JOBS: ''
   distutils:
     variables:
       prefix: /usr/local
@@ -147,6 +149,8 @@ elements:
   meson:
     variables:
       meson-global: --buildtype=debugoptimized --auto-features=enabled
+    environment:
+      NINJAJOBS: ''
 
 sources:
   git:


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