~ salmonella-environment-setup (master) 15204de68e4ab91d588964e6ac16d18cd8c0c5a4


commit 15204de68e4ab91d588964e6ac16d18cd8c0c5a4
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Feb 29 19:19:57 2020 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sat Feb 29 19:19:57 2020 +0100

    conf/common/chicken-5.scm: don't skip any egg
    
    The eggs being skipped are counted as existing eggs, even if they are
    not available for C5.  So, don't skip any, as at the moment there's no
    egg to skip.

diff --git a/conf/common/chicken-5.scm b/conf/common/chicken-5.scm
index 7fd14a8..ecbae7d 100644
--- a/conf/common/chicken-5.scm
+++ b/conf/common/chicken-5.scm
@@ -6,6 +6,8 @@
  (make-pathname (list (get-environment-variable "CHICKEN_5_PREFIX") "bin")
                 "salmonella"))
 
+(skip-eggs '())
+
 ;;; Uncomment the lines below to quickly test the workflow (skip
 ;;; building CHICKEN and only test one egg)
 ;;
Trap