[gnome-build-meta/tristan/set-max-jobs] DO NOT MERGE: Debug commit



commit 88e64a639c9e7c1d8f0ed4d88690c2db7e42f9fe
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Wed Jul 17 22:22:07 2019 +0900

    DO NOT MERGE: Debug commit

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e2c5c9e..1efc3dfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,6 +30,10 @@ before_script:
   - git -C buildstream/ checkout $BST_SHA
   - pip3 install buildstream/
 
+  # XXX
+  - |
+    echo "Max jobs will be: $(( $(nproc) / 4 ))"
+
   # install bst-external nedded for the flatpak_image plugin
   - git clone https://gitlab.com/BuildStream/bst-external.git
   - git -C bst-external/ checkout $BST_EXTERNAL_SHA


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