~ salmonella-environment-setup (master) ed30bf58e788c3d9289656e5f337c6338dafaf50


commit ed30bf58e788c3d9289656e5f337c6338dafaf50
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Apr 29 18:23:02 2018 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Apr 29 18:23:02 2018 +0200

    debian-stretch.sh: add haveged
    
    srfi-27's tests take more than one hour to run on systems with not
    enough entropy.  Use haveged to generate some entropy on the system
    and speed up srfi-27's tests.

diff --git a/debian-stretch.sh b/debian-stretch.sh
index 983e0cb..2902786 100755
--- a/debian-stretch.sh
+++ b/debian-stretch.sh
@@ -131,6 +131,7 @@ sudo apt-get install \
     libstfl-dev \
     libblosc-dev \
     libgumbo-dev \
+    haveged \
 
 ##
 ## Things that are not packaged for Debian
Trap