guix-patches
[Top][All Lists]
Advanced

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

[bug#39728] [PATCH] Allow parallel downloads and builds


From: Julien Lepiller
Subject: [bug#39728] [PATCH] Allow parallel downloads and builds
Date: Fri, 21 Feb 2020 23:53:07 +0100

Hi guix!

This patch allows to count builds and downloads separately. The idea is
that downloads need bandwidth, but no CPU, while builds do not need
bandwidth, but need CPU. With this patch, guix will be able to download
substitutes while building unrelated packages. Currently, guix needs to
wait for the download to finish before proceeding to the build. This
should reduce the time of guix commands that need to build and download
things at the same time.

What do you think?

Attachment: 0001-nix-Count-build-and-download-jobs-separately.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]