speed up the xbps-src pkg process #58736
-
|
Hi, the developers. When I prepare to pack a new soft into void-packages, every time I try to run "xbps-src pkg", it seems the system cleans all the dependencies already installed at the last time I run "xbps-src pkg". And it may cause very long time if the dependency list is too long. So may I have a method to speed up this process, such as skipping the clean phase? Or may I have a sandbox for testing If I have installed all the proper dependencies? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
$ ./xbps-src -<TAB> |
Beta Was this translation helpful? Give feedback.
$ ./xbps-src -<TAB>
..
-C -- Do not remove build directory/autodeps/destdir
..
(not a dev)