~ salmonella-environment-setup (master) bfbcb44df4ea501ae7f813568d499e7e8ba18b61
commit bfbcb44df4ea501ae7f813568d499e7e8ba18b61 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Tue Jun 13 21:23:09 2023 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Tue Jun 13 21:23:09 2023 +0200 chicken-utf-debugbuild: Skip sendfile and spiffy, as they make salmonella hang diff --git a/conf/chicken-utf-debugbuild.conf b/conf/chicken-utf-debugbuild.conf index 2bfe69d..c8c37f9 100644 --- a/conf/chicken-utf-debugbuild.conf +++ b/conf/chicken-utf-debugbuild.conf @@ -10,6 +10,8 @@ (load-relative "./common/chicken-5.scm") (load-relative "./common/debugbuild.scm") +(skip-eggs (append (skip-eggs) '(spiffy sendfile))) + (define utf-eggs-dir (make-pathname (tmp-dir) "utf-eggs"))Trap