jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.15k stars 1.07k forks source link

Retaining virtual environment between builds #2018

Open me21 opened 1 year ago

me21 commented 1 year ago

I noticed that -s virtualenv -t deb requirements.txt invocation always builds virtual environment from scratch. However, it stays the same the most part. Only my application code changes. Is it possible to reuse the prepared virtual environment to speed up the build?