Raymond Toy pushed to branch issue-259-use-right-software-version at cmucl / cmucl
Commits: dd384b82 by Raymond Toy at 2023-08-30T16:08:42-07:00 Fix typo in bootstrap variable
The bootstrap variable is the bootstrap option to build.sh, so it needs the -B option name too, not just the name of the file.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -1,7 +1,7 @@ variables: download_url: "https://common-lisp.net/project/cmucl/downloads/release/21e" version: "21e-x86" - bootstrap: "boot-2023-08" + bootstrap: "-B boot-2023-08"
stages: - install
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/dd384b8200627dd67aedfcca...