[Git][cmucl/cmucl][issue-478-run-analyzer-link-chcker-on-schedule] Use the correct lisp to build the cross-compiler
Raymond Toy pushed to branch issue-478-run-analyzer-link-chcker-on-schedule at cmucl / cmucl Commits: 5b0f2422 by Raymond Toy at 2026-03-11T17:44:02-07:00 Use the correct lisp to build the cross-compiler Since we're not using the downloaded snapshot to do the cross-compilation, we need to use that version instead of the version created in linux:build. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -176,7 +176,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/5b0f24224096a3b25ad2f2bd... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/5b0f24224096a3b25ad2f2bd... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)