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
1 changed file:
Changes:
... | ... | @@ -29,7 +29,6 @@ variables: |
29 | 29 | stage: build
|
30 | 30 | artifacts:
|
31 | 31 | paths:
|
32 | - - dist/
|
|
33 | 32 | - build-2/*.log
|
34 | 33 | - build-3/*.log
|
35 | 34 | - build-4/
|
... | ... | @@ -49,8 +48,7 @@ variables: |
49 | 48 | - bin/build.sh $bootstrap -b build -R -C "" -o snapshot/bin/lisp
|
50 | 49 | # When the result of `git describe` cannot be used as a version
|
51 | 50 | # string, an alternative can be provided with the -V flag
|
52 | - - bin/make-dist.sh -I dist build-4
|
|
53 | - # Also make some tarballs so it's easy to download the artifacts.
|
|
51 | + # Make some tarballs so it's easy to download the artifacts.
|
|
54 | 52 | - bin/make-dist.sh -S build-4
|
55 | 53 | |
56 | 54 | # Default configuration for running the ansi-tests.
|