~ salmonella-environment-setup (master) 640bc6ce38c1995c9aab79cef8eadc3ad3968a8e
commit 640bc6ce38c1995c9aab79cef8eadc3ad3968a8e Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Tue Nov 14 07:14:33 2023 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Tue Nov 14 07:14:33 2023 +0100 Revert "common/chicken-5.scm: Add transducers to skip-eggs" This reverts commit 7f2bf01aaa370abdc6abcdfe617e5a7e782c2536. CHICKEN and transducers have been modified. The problem should be fixed now, so remove transducers from skip-eggs. diff --git a/conf/common/chicken-5.scm b/conf/common/chicken-5.scm index 4f4ef47..0ca374b 100644 --- a/conf/common/chicken-5.scm +++ b/conf/common/chicken-5.scm @@ -28,10 +28,6 @@ ((linux) '(pledge unveil))) (skip-eggs))) -;; transducers is causing chicken to go into an endless loop (Felix is -;; looking into the problem) -(skip-eggs (cons 'transducers (skip-eggs))) - ;;; Uncomment the lines below to quickly test the workflow (skip ;;; building CHICKEN and only test one egg) ;;Trap