Raymond Toy pushed to branch issue-156-take-2-nan-comparison at cmucl / cmucl
Commits: caf77e6f by Raymond Toy at 2023-12-08T15:54:45-08:00 Fix typo in -B option
The bootfile is named boot-2023-08-1, not 2023-08-1.
- - - - -
1 changed file:
- .gitlab-ci.yml
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 -B 2023-08-1" + bootstrap: "-B boot-2023-08 -B boot-2023-08-1"
stages:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/caf77e6f2ffaf314b2931441...