[reproducible-website] 01/01: docs/buy_in: Document improved dev speed

Eduard Sanou dhole-guest at moszumanska.debian.org
Thu Dec 15 15:24:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

dhole-guest pushed a commit to branch master
in repository reproducible-website.

commit f06e6c59379cdf1187503a517940971e43b4ebea
Author: Clemens Lang <neverpanic at gmail.com>
Date:   Thu Dec 15 16:12:01 2016 +0100

    docs/buy_in: Document improved dev speed
    
    We all like faster builds due to caching if some output did not change
    and thus not require dependent tasks to be re-run. That stuff saves some
    companies a significant amount of money, so that's a selling point we
    should have.
---
 _docs/buy_in.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/_docs/buy_in.md b/_docs/buy_in.md
index 393849a..4185f5e 100644
--- a/_docs/buy_in.md
+++ b/_docs/buy_in.md
@@ -97,6 +97,17 @@ Changes to the build system can be tested easily with reproducible
 builds: If the output artifacts are identical, the changes will not
 affect runtime behavior.
 
+Increased Development Speed
+---------------------------
+Dependent packages do not need to be rebuilt and dependent tasks do not
+need to be rerun if a rebuild of a package does not yield different
+results. This can significantly reduce build times and lead to faster
+development speeds and lower cost.
+
+Build speeds can also be improved by showing that cross-compilation
+produces the same result as native compilation and then doing the
+mojority of builds with cross-compilation on faster machines.
+
 “But how can I trust my compiler?”
 ----------------------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list