~ salmonella-environment-setup (master) 6d951bdc620f4e2656c954aaa2eeb6bc958868eb
commit 6d951bdc620f4e2656c954aaa2eeb6bc958868eb Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sat Nov 11 20:28:27 2023 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Sat Nov 11 20:28:35 2023 +0100 chicken-utf-debugbuild: Update skip eggs spiffy and sendfile are ok, but nanomsg remote-mailbox zmq are not and cause hangs. diff --git a/conf/chicken-utf-debugbuild.conf b/conf/chicken-utf-debugbuild.conf index e1593a2..035d28b 100644 --- a/conf/chicken-utf-debugbuild.conf +++ b/conf/chicken-utf-debugbuild.conf @@ -10,7 +10,7 @@ (load-relative "./common/chicken-5.scm") (load-relative "./common/debugbuild.scm") -(skip-eggs (append (skip-eggs) '(spiffy sendfile))) +(skip-eggs (append (skip-eggs) '(nanomsg remote-mailbox zmq))) (define %list-eggs (list-eggs)) (list-eggs (lambda () (cons 'chicken-blob (%list-eggs))))Trap