[Git][cmucl/cmucl][master] 2 commits: Fix #440: Update CI to use snapshot 2025-09

Raymond Toy pushed to branch master at cmucl / cmucl Commits: fb29eb6e by Raymond Toy at 2025-09-17T08:32:41-07:00 Fix #440: Update CI to use snapshot 2025-09 - - - - - d537a8a3 by Raymond Toy at 2025-09-17T08:32:41-07:00 Merge branch 'issue-440-ci-use-snapshot-2025-09' into 'master' Fix #440: Update CI to use snapshot 2025-09 Closes #440 See merge request cmucl/cmucl!320 - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1,10 +1,10 @@ variables: year: "2025" - month: "07" + month: "09" download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/$year/$month" version: "$year-$month-x86" tar_ext: "xz" - bootstrap: "-B boot-2025-07" + bootstrap: "" # Default install configuration to download the cmucl tarballs to use # for building. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/69a8a4b6542e2ba224fe333... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/69a8a4b6542e2ba224fe333... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)