~ salmonella-environment-setup (master) 693e411598e070a88b037e6040b581d1e5955bbc
commit 693e411598e070a88b037e6040b581d1e5955bbc Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Thu Nov 28 19:07:47 2024 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Thu Nov 28 19:07:47 2024 +0100 conf/common/chicken-5.scm: Set chicken-5 as branch for C5 diff --git a/conf/common/chicken-5.scm b/conf/common/chicken-5.scm index 0ca374b..728080e 100644 --- a/conf/common/chicken-5.scm +++ b/conf/common/chicken-5.scm @@ -12,6 +12,8 @@ (load-relative "./common.scm") +(chicken-core-branch "chicken-5") + (chicken-release 5) (chicken-bootstrap-prefix (ensure-environment-variable "CHICKEN_5_PREFIX"))Trap