Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line 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. Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line 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. Loading