newapkbuild: fetch rust dependencies in prepare phase
-
fetch rust dependencies in prepare phase
Fetch all dependencies in the prepare phase and do not access network in the following phases. -
do not run cargo test with --release
It takes a longer time to compile and, most importantly, it may cause unnecessary rebuild of everything in the package phase (installation).
Related to tsc#33
/cc @kdaudt
Edited by Jakub Jirutka