Raymond Toy pushed to branch issue-156-take-2-nan-comparison at cmucl / cmucl Commits: 0c089ccc by Raymond Toy at 2023-05-03T15:56:22-07:00 Fix download URL for latest snapshot In the merge with master, we got the updated version correct, but forgot to update the URL with the right directory for the snapshot. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1,5 +1,5 @@ variables: - download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/07" + download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2023/04" version: "2023-04-x86" bootstrap: "-B boot-2021-07-1 -B boot-2021-07-2 -B boot-2021-07-3" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0c089ccc6c2ed2e35902c140... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0c089ccc6c2ed2e35902c140... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)