[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to always keep build tree when run guix build.
|
From: |
Feng Shu |
|
Subject: |
Re: How to always keep build tree when run guix build. |
|
Date: |
Wed, 17 Jan 2024 16:42:45 +0800 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Adam Faiz <adam.faiz@disroot.org> writes:
> Hello,
>
>> Hello:
>>
>> How to always keep build tree when run guix build, at the moment, I
>> use --keep-failed, but it will remove build tree when build success, the
>> problem is that build success alway not right build success :-), I need
>> go to build tree to check some thing.
>>
>> Thanks!
>>
>>
>> --
>
> You can add the `--cache-failures` option when starting the guix-daemon,
> which tells it to keep the build failures by default.
> It's explained in more detail in the "Invoking guix-daemon" section of the
> Guix manual:
> https://guix.gnu.org/en/manual/devel/en/html_node/Invoking-guix_002ddaemon.html
Thanks, but I want to a way to keep build tree wlways, no matter build fail or
success.
--