Raymond Toy pushed to branch issue-423-update-ci-for-snapshot at cmucl / cmucl
Commits:
-
179cb29a
by Raymond Toy at 2025-07-12T17:15:46-07:00
1 changed file:
Changes:
1 | 1 | variables:
|
2 | - download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2024/08"
|
|
3 | - version: "2025-07-x86"
|
|
2 | + year: "2025"
|
|
3 | + month: "07"
|
|
4 | + download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/$year/$month"
|
|
5 | + version: "$year-$month-x86"
|
|
6 | + tar_ext: "xz"
|
|
4 | 7 | bootstrap: ""
|
5 | 8 | |
6 | 9 | # Default install configuration to download the cmucl tarballs to use
|
... | ... | @@ -15,10 +18,10 @@ variables: |
15 | 18 | - ls -F /usr/local/bin
|
16 | 19 | - type -all gitlab-runner
|
17 | 20 | # Download binaries. (Do we really need the extras tarball?)
|
18 | - - $CURL -o cmucl-$version-$osname.tar.bz2 $download_url/cmucl-$version-$osname.tar.bz2
|
|
19 | - - $CURL -o cmucl-$version-$osname.extra.tar.bz2 $download_url/cmucl-$version-$osname.extra.tar.bz2
|
|
21 | + - $CURL -o cmucl-$version-$osname.tar.$tar_ext $download_url/cmucl-$version-$osname.tar.$tar_ext
|
|
22 | + - $CURL -o cmucl-$version-$osname.extra.tar.$tar_ext $download_url/cmucl-$version-$osname.extra.tar.$tar_ext
|
|
20 | 23 | - mkdir snapshot
|
21 | - - (cd snapshot; tar xf ../cmucl-$version-$osname.tar.xz; tar xf ../cmucl-$version-$osname.extra.tar.xz)
|
|
24 | + - (cd snapshot; tar xf ../cmucl-$version-$osname.tar.$tar_ext; tar xf ../cmucl-$version-$osname.extra.tar.$tar_ext)
|
|
22 | 25 | |
23 | 26 | # Default build configuration to be added to each build stage for each
|
24 | 27 | # OS. This assumes we don't need anything special between OSes, and
|