[gnome-build-meta/abderrahim/max-jobs] project.conf: let ninja decide by itself how many jobs to run
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/max-jobs] project.conf: let ninja decide by itself how many jobs to run
- Date: Sun, 24 Mar 2019 15:21:43 +0000 (UTC)
commit 509e51b412b8ceb4eadb4b8b4aea7c1f09fa1ac6
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 | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/project.conf b/project.conf
index f163e3b8..a41d5f8e 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,9 @@ elements:
meson:
variables:
meson-global: --buildtype=debugoptimized --auto-features=enabled
+ ninja: ninja ${JOBS} -C %{build-dir}
+ environment-nocache:
+ - JOBS
sources:
git:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]