Raymond Toy pushed to branch issue-337-cross-compile-linux-x86-fails at cmucl / cmucl
Commits: 92732c62 by Raymond Toy at 2024-07-15T16:12:06-07:00 Need to save the cross-compiled lisp
Add xdist directory to artifacts so that the cross-compiled build can be used for testing. Without this, the cross-test fails because it can't find the lisp to use.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -56,6 +56,12 @@ linux:cross-build: stage: build tags: - linux + artifacts: + paths: + - xdist/ + - linux-2/*.log + - linux-3/*.log + - linux-4/*.log needs: - job: linux:install artifacts: true
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/92732c62ca7118fa87c172c0...