Raymond Toy pushed to branch issue-511-update-unicode-tests at cmucl / cmucl
Commits:
-
4ddcc0c7
by Raymond Toy at 2026-06-02T11:26:06-07:00
1 changed file:
Changes:
| ... | ... | @@ -7,7 +7,8 @@ variables: |
| 7 | 7 | download_url: "https://common-lisp.net/project/cmucl/downloads/release/$release"
|
| 8 | 8 | version: "$release-x86"
|
| 9 | 9 | tar_ext: "xz"
|
| 10 | - bootstrap: "-B boot-2026-06-1"
|
|
| 10 | + bootstrap_name: "boot-2026-06-1"
|
|
| 11 | + bootstrap: "-B $bootstrap_name"
|
|
| 11 | 12 | |
| 12 | 13 | workflow:
|
| 13 | 14 | rules:
|
| ... | ... | @@ -229,7 +230,7 @@ linux:cross-build: |
| 229 | 230 | script:
|
| 230 | 231 | - bin/create-target.sh xtarget $CONFIG
|
| 231 | 232 | - bin/create-target.sh xcross $CONFIG
|
| 232 | - - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
|
| 233 | + - bin/cross-build-world.sh -B src/bootfiles/21f/$bootstrap_name -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
|
| 233 | 234 | - bin/build.sh -b xlinux $bootstrap -R -C $CONFIG -o "xtarget/lisp/lisp -lib xtarget/lisp"
|
| 234 | 235 | - bin/make-dist.sh -I xdist xlinux-4
|
| 235 | 236 |