Raymond Toy pushed to branch issue-363-add-version-number at cmucl / cmucl
Commits:
-
8ed108a6
by Raymond Toy at 2025-01-04T21:04:35-08:00
1 changed file:
Changes:
... | ... | @@ -51,9 +51,9 @@ linux:build: |
51 | 51 | # instead of clang.
|
52 | 52 | - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
|
53 | 53 | # - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
|
54 | - # Use -V to specify the version in case some tag makes git
|
|
54 | + # If needed use -V to specify the version in case some tag makes git
|
|
55 | 55 | # describe return something that make-dist.sh doesn't like.
|
56 | - - bin/make-dist.sh -V `git describe --dirty` -I dist linux-4
|
|
56 | + - bin/make-dist.sh -I dist linux-4
|
|
57 | 57 | |
58 | 58 | linux:cross-build:
|
59 | 59 | stage: build
|