unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Matthew Brooks <matthewfbrooks@mailbox.org>
To: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Avoiding rebuilds (e.g. of mariadb, the entire Rust chain, etc.)?
Date: Sun, 26 Dec 2021 23:41:30 -0600	[thread overview]
Message-ID: <20211226234130.5ad3d9f2@mailbox.org> (raw)

Is there any way to avoid rebuilding stuff like mariadb, the entire Rust chain, etc. unless one of those packages *actually* changes? It seems like every few days every single package needs to rebuild for some reason, including many packages that spend unbelievably long times running tests that will never actually be of use to me, so I'm usually only able to update every couple of weeks since so much constantly needs to be rebuilt and everything takes so long.

It seems to have gotten worse over time as well, as more and more base packages pull in extremely computation-hungry dependency chains. At this very moment, for example, I'm waiting for Rust & co. to compile simply to delete old system generations from the bootloader.

I've got substitutes turned off (primarily because I like the idea of every package being "home built" as it were), but I can't imagine that even the official substitiute servers would be able to keep up with the constant rebuilds my system seems to want unless I've got something horribly misconfigured somewhere.

The definition for the guix service in my config is:

(modify-services
 %base-services
 (guix-service-type
  config =>
  (guix-configuration
   (inherit config)
   (use-substitutes? #f)
   (authorized-keys (list
         (local-file "./laptop-key.pub")
         (local-file "./tablet-key.pub")
         ))
   (substitute-urls '())
   (extra-options '("--gc-keep-derivations=yes" "--gc-keep-outputs=yes" "--no-substitutes"))
   ))
 )

I've virtually zero experience with Scheme or Guile, so maybe there's something obvious I'm missing, or some obvious way to change the behavior, but I've never been able to find anything about it.


             reply	other threads:[~2021-12-27  5:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-27  5:41 Matthew Brooks [this message]
2021-12-27  9:23 ` Avoiding rebuilds (e.g. of mariadb, the entire Rust chain, etc.)? David Lecompte via
2021-12-29  9:12   ` zimoun
2022-01-02 17:36     ` David Lecompte
2022-01-03 16:42       ` zimoun
2021-12-28  0:13 ` Leo Famulari
2021-12-29  9:26 ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211226234130.5ad3d9f2@mailbox.org \
    --to=matthewfbrooks@mailbox.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).