[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29200: `guix build --fallback` does not work with offloading
From: |
Ludovic Courtès |
Subject: |
bug#29200: `guix build --fallback` does not work with offloading |
Date: |
Wed, 08 Nov 2017 09:53:14 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Marius Bakke <address@hidden> skribis:
> I've noticed that when offloading, --fallback sometimes fails to
> actually fall back. Here is a shell transcript:
The problem is that guix-daemon does not pass “fallbackness” settings to
‘guix offload’ (you can check (guix scripts offload) to see what
settings are passed.)
We should adjust guix-daemon and (guix scripts offload) to pass this
extra setting, though there are probably other bits missing.
Thanks,
Ludo’.