Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1 1
     variables:
    
    2 2
       year: "2025"
    
    3
    -  month: "07"
    
    3
    +  month: "09"
    
    4 4
       download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/$year/$month"
    
    5 5
       version: "$year-$month-x86"
    
    6 6
       tar_ext: "xz"
    
    7
    -  bootstrap: "-B boot-2025-07"
    
    7
    +  bootstrap: ""
    
    8 8
     
    
    9 9
     # Default install configuration to download the cmucl tarballs to use
    
    10 10
     # for building.