Raymond Toy pushed to branch issue-259-use-right-software-version at cmucl / cmucl
Commits: 5988abc7 by Raymond Toy at 2023-08-30T15:50:58-07:00 Use bootstrap file
Forgot to tell CI to use the bootstrap file to build the change.
- - - - -
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: "" + bootstrap: "boot-2023-08"
stages: - install
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/5988abc756ae007124a4afa7...