Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
d9983ea5
by Raymond Toy at 2024-04-09T11:59:46-07:00
1 changed file:
Changes:
| ... | ... | @@ -48,7 +48,9 @@ linux:build: |
| 48 | 48 | # Regular build using the cross-compiled result or snapshot
|
| 49 | 49 | - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp
|
| 50 | 50 | # - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
|
| 51 | - - bin/make-dist.sh -V ci-build -I dist linux-4
|
|
| 51 | + # Use -V to specify the version in case some tag makes git
|
|
| 52 | + # describe return something that make-dist.sh doesn't like.
|
|
| 53 | + - bin/make-dist.sh -V `git describe --dirty` -I dist linux-4
|
|
| 52 | 54 | |
| 53 | 55 | linux:test:
|
| 54 | 56 | stage: test
|
| ... | ... | @@ -131,7 +133,9 @@ osx:build: |
| 131 | 133 | # Regular build using the cross-compiled result or snapshot.
|
| 132 | 134 | # Need /opt/local/bin to get msgmerge and msgfmt programs.
|
| 133 | 135 | - PATH=/opt/local/bin:$PATH bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
|
| 134 | - - bin/make-dist.sh -V ci-build -I dist darwin-4
|
|
| 136 | + # Use -V to specify the version in case some tag makes git
|
|
| 137 | + # describe return something that make-dist.sh doesn't like.
|
|
| 138 | + - bin/make-dist.sh -V `git describe --dirty` -I dist darwin-4
|
|
| 135 | 139 | |
| 136 | 140 | osx:test:
|
| 137 | 141 | stage: test
|