~ salmonella-environment-setup (master) /conf/common/chicken-4.scm
Trap1(import scheme)2(cond-expand3 (chicken-44 (import chicken)5 (use salmonella-run-publish-params))6 (chicken-57 (import (chicken load)8 (chicken process-context))9 (import salmonella-run-publish-params))10 (else11 (error "Unsupported CHICKEN version.")))1213(load-relative "./common.scm")1415(chicken-core-branch "chicken-4")1617(chicken-bootstrap-prefix (ensure-environment-variable "CHICKEN_4_PREFIX"))1819(skip-eggs20 (append '(async-io21 pledge22 spatial-trees)23 (skip-eggs)))242526;;; Uncomment the lines below to quickly test the workflow (skip27;;; building CHICKEN and only test one egg)28;;29;; (list-eggs (lambda () '(ansi-escape-sequences)))30;; (pre-built-chicken "/path/to/prebuilt/chicken-4")