[Git][cmucl/cmucl][issue-489-update-gitlab-to-extends-syntax] Fix bad merge: Wrong lisp for cross-build
Raymond Toy pushed to branch issue-489-update-gitlab-to-extends-syntax at cmucl / cmucl Commits: 1328e7a0 by Raymond Toy at 2026-03-11T21:08:52-07:00 Fix bad merge: Wrong lisp for cross-build For the cross-build, we can use the snapshot now instead of the binary created in the build stage. That particular issue was fixed a while ago and we forgot to update this. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -225,7 +225,7 @@ linux:cross-build: script: - bin/create-target.sh xtarget $CONFIG - bin/create-target.sh xcross $CONFIG - - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp dist/bin/lisp + - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp - bin/build.sh -b xlinux $bootstrap -R -C $CONFIG -o "xtarget/lisp/lisp -lib xtarget/lisp" - bin/make-dist.sh -I xdist xlinux-4 View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1328e7a0fa15feb367a14d23... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1328e7a0fa15feb367a14d23... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)