
Raymond Toy pushed to branch rtoy-ci-make-dist-tarballs at cmucl / cmucl Commits: 7f358b2f by Raymond Toy at 2025-07-10T18:18:40-07:00 Don't do a local install anymore Since we make tarballs, we don't need to do a local install of the build for the artifacts. Remove the dist/ directory from the artifact paths too. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -29,7 +29,6 @@ variables: stage: build artifacts: paths: - - dist/ - build-2/*.log - build-3/*.log - build-4/ @@ -49,8 +48,7 @@ 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 - - bin/make-dist.sh -I dist build-4 - # Also make some tarballs so it's easy to download the artifacts. + # 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/-/commit/7f358b2f8923d07a624772ea... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7f358b2f8923d07a624772ea... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)