Skip to content

newapkbuild: fetch rust dependencies in prepare phase

Jakub Jirutka requested to merge jirutka/abuild:rust-fetch-in-prepare into master
  • 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

Merge request reports