Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl
Commits: 54e2e2ed by Raymond Toy at 2024-07-23T18:51:07-07:00 Need to save linux-4/lisp artifact for static analyzer
The static analyzer job needs linux-4/lisp from the linux:build job to be able to recompile lisp to do the analysis. Hence linux:build must add linux-4/lisp to the list of artifacts.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -62,6 +62,8 @@ linux:cross-build: - linux-2/*.log - linux-3/*.log - linux-4/*.log + # The lisp directory is needed for the static analyzer job. + - linux-4/lisp needs:
# Normally need the linux:install stage to get the compiler to
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/54e2e2ed02ddee2594e21859...