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 For now, don't use -V for make-dist.sh in the build stage By using -V we get the incorrect version that's built into the lisp runtime so we can't find core file. Probably need to revisit this later? - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -51,9 +51,9 @@ linux:build: # instead of clang. - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp # - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp - # Use -V to specify the version in case some tag makes git + # If needed use -V to specify the version in case some tag makes git # describe return something that make-dist.sh doesn't like. - - bin/make-dist.sh -V `git describe --dirty` -I dist linux-4 + - bin/make-dist.sh -I dist linux-4 linux:cross-build: stage: build View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8ed108a611ac74a30fc1ecbe... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8ed108a611ac74a30fc1ecbe... You're receiving this email because of your account on gitlab.common-lisp.net.