Raymond Toy pushed to branch master at cmucl / cmucl
Commits: fa4edacb by Raymond Toy at 2023-05-01T13:09:03-07:00 Update CI to use latest snapshot (2023-04)
- - - - -
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/2021/07" - version: "2021-07-x86" - bootstrap: "-B boot-2021-07-1 -B boot-2021-07-2" + download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2023/04" + version: "2023-04-x86" + bootstrap: ""
stages: - install
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/fa4edacbea17140c0e869ac5...