Raymond Toy pushed to branch issue-337-cross-compile-linux-x86-fails at cmucl / cmucl
Commits: 05421c98 by Raymond Toy at 2024-07-18T06:55:03-07:00 Actually use the build from linux:build for cross-compiling
Forgot to change the compiler to dist/bin/lisp instead of the snapshot.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -74,7 +74,7 @@ linux:cross-build: script: - bin/create-target.sh xtarget - bin/create-target.sh xcross - - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp + - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp dist/bin/lisp - bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp - bin/make-dist.sh -V `git describe --dirty` -I xdist linux-4
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/05421c985d37b5f10aa18ba5...