From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deck Pickard Subject: [PATCH 0/4] Fix 'guix build' local overheating Date: Sat, 22 Nov 2014 23:34:35 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d14a87c210705087a2a20 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsJGH-0006Q0-Qp for guix-devel@gnu.org; Sat, 22 Nov 2014 17:34:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsJGG-0003Qp-Qa for guix-devel@gnu.org; Sat, 22 Nov 2014 17:34:37 -0500 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:58241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsJGG-0003QE-Iw for guix-devel@gnu.org; Sat, 22 Nov 2014 17:34:36 -0500 Received: by mail-wg0-f48.google.com with SMTP id y19so9374077wgg.7 for ; Sat, 22 Nov 2014 14:34:35 -0800 (PST) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --089e013d14a87c210705087a2a20 Content-Type: text/plain; charset=UTF-8 Aka "No, Laptot, no fry"... nebuli (4): store: default to serial "scheduler" guix build: Add --max-jobs option (without handling code). guix: Add schedule module. guix build: Try to handle --cores and --max-jobs in a sane way. Makefile.am | 1 + doc/guix.texi | 5 +++ guix/schedule.scm | 102 +++++++++++++++++++++++++++++++++++++++++++++++++ guix/scripts/build.scm | 38 ++++++++++++------ guix/store.scm | 4 +- 5 files changed, 136 insertions(+), 14 deletions(-) create mode 100644 guix/schedule.scm -- 2.1.2 --089e013d14a87c210705087a2a20 Content-Type: text/html; charset=UTF-8

Aka "No, Laptot, no fry"...

nebuli (4):
store: default to serial "scheduler"
guix build: Add --max-jobs option (without handling code).
guix: Add schedule module.
guix build: Try to handle --cores and --max-jobs in a sane way.

Makefile.am | 1 +
doc/guix.texi | 5 +++
guix/schedule.scm | 102 +++++++++++++++++++++++++++++++++++++++++++++++++
guix/scripts/build.scm | 38 ++++++++++++------
guix/store.scm | 4 +-
5 files changed, 136 insertions(+), 14 deletions(-)
create mode 100644 guix/schedule.scm

--
2.1.2

--089e013d14a87c210705087a2a20--