Re: Making pbuilder just that little bit faster

It is true that making /var/cache/pbuilder/build a tmpfs makes a noticeable speed difference. But it seems you cannot cache the downloaded debs: ln: creating hard link ...: Invalid cross-device link.

Tags: ,

3 Responses to “Re: Making pbuilder just that little bit faster”

  1. Peter Eisentraut Says:

    Actually, if you want a faster pbuilder, you should try cowbuilder.

  2. anonymous Says:

    Maybe APTCACHEHARDLINK=no in /etc/pbuilder/pbuilderrc helps.

  3. Daniel Leidert Says:

    APTCACHEHARDLINK=no is one option. But I would prefer to bind-mount the directory: http://bugs.debian.org/563583. So things don’t need to be copied or linked around.