guix-devel
[Top][All Lists]
Advanced

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

Re: Packaging big generated data files?


From: zimoun
Subject: Re: Packaging big generated data files?
Date: Mon, 12 Dec 2022 14:51:42 +0100

Hi,

On Wed, 07 Dec 2022 at 11:33, Denis 'GNUtoo' Carikli 
<GNUtoo@cyberdimension.org> wrote:

> The issue here is probably the size of the generated files: they are
> huge, so if they are packaged, they will most likely take significant
> resources in the Guix infrastructure.
>
> So what would be the way to go here? Would Guix accept patches to add
> packages for these files in Guix proper?  

>From my point of view, the data and the code should be packaged
separately; the package data using copy-build-system would be an input
for the package code.

> If so, does it needs to be done like with the ZFS (kernel module)
> package where "#:substitutable? #f" is used to avoid redistributing
> package builds? Or are other ways better for such use cases?

Yes, ’#:substitutable? #f’ seems the first way to go.


Cheers,
simon



reply via email to

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