
Raymond Toy pushed to branch master at cmucl / cmucl Commits: 9761c696 by Raymond Toy at 2025-10-01T13:40:21-07:00 Use 21f release for CI Just update the variables section with appropriate values. We comment out the old stuff for snapshots. We should figure out a better way of doing this, but releases are relatively rare so the snapshot stuff happens way more often. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1,8 +1,11 @@ variables: - year: "2025" - month: "09" - download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/$year/$month" - version: "$year-$month-x86" + #year: "2025" + #month: "09" + #download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/$year/$month" + #version: "$year-$month-x86" + release: "21f" + download_url: "https://common-lisp.net/project/cmucl/downloads/release/$release" + version: "$release-x86" tar_ext: "xz" bootstrap: "-B boot-21f" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9761c6965c5df212188206ca... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9761c6965c5df212188206ca... You're receiving this email because of your account on gitlab.common-lisp.net.