Raymond Toy pushed to branch issue-156-take-2-nan-comparison at cmucl / cmucl
Commits: a886eca5 by Raymond Toy at 2023-12-08T15:49:42-08:00 Update to current HEAD
Update .gitlab-ci.yml to use the bootstrap file for this change. Move the bootstrap from 21d to 21e and rename it appropriately to show what the snapshot is needed to build this.
- - - - -
2 changed files:
- .gitlab-ci.yml - src/bootfiles/21d/boot-2021-07-3.lisp → src/bootfiles/21e/boot-2023-08-1.lisp
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -1,7 +1,7 @@ variables: download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2023/08" version: "2023-08-x86" - bootstrap: "-B boot-2023-08" + bootstrap: "-B boot-2023-08 -B 2023-08-1"
stages:
===================================== src/bootfiles/21d/boot-2021-07-3.lisp → src/bootfiles/21e/boot-2023-08-1.lisp =====================================
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a886eca53758acba9dd23c60...