[Git][cmucl/cmucl][rtoy-ci-make-dist-tarballs] 2 commits: Revert "Don't do a local install anymore"

Raymond Toy pushed to branch rtoy-ci-make-dist-tarballs at cmucl / cmucl Commits: 11ecba01 by Raymond Toy at 2025-07-10T20:13:04-07:00 Revert "Don't do a local install anymore" This reverts commit 7f358b2f8923d07a624772ea6f673272d2f74845. The following stages depend on dist/ having the build results. - - - - - 56771dd5 by Raymond Toy at 2025-07-10T20:14:11-07:00 Add comment that we need to do an install The following stages need the results in dist/ to be able to run the run lisp. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -29,6 +29,7 @@ variables: stage: build artifacts: paths: + - dist/ - build-2/*.log - build-3/*.log - build-4/ @@ -48,7 +49,9 @@ variables: - bin/build.sh $bootstrap -b build -R -C "" -o snapshot/bin/lisp # When the result of `git describe` cannot be used as a version # string, an alternative can be provided with the -V flag - # Make some tarballs so it's easy to download the artifacts. + # The following stages need this to run tests and such. + - bin/make-dist.sh -I dist build-4 + # Also make some tarballs so it's easy to download the artifacts. - bin/make-dist.sh -S build-4 # Default configuration for running the ansi-tests. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/7f358b2f8923d07a624772e... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/7f358b2f8923d07a624772e... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)