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. |
Answered by
dogknowsnx
Jan 29, 2026
Replies: 1 comment 1 reply
|
$ ./xbps-src -<TAB> |
1 reply
Answer selected by
tfcolin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ ./xbps-src -<TAB>
..
-C -- Do not remove build directory/autodeps/destdir
..
(not a dev)