Raymond Toy pushed to branch issue-363-add-version-number at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -81,7 +81,7 @@ linux:cross-build:
    81 81
         - bin/create-target.sh xcross
    
    82 82
         - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp dist/bin/lisp
    
    83 83
         - bin/build.sh -b xlinux $bootstrap -R -C "" -o xtarget/lisp/lisp
    
    84
    -    - bin/make-dist.sh -V `git describe --dirty` -I xdist xlinux-4
    
    84
    +    - bin/make-dist.sh -I xdist xlinux-4
    
    85 85
     
    
    86 86
     linux:test:
    
    87 87
       stage: test
    
    ... ... @@ -194,9 +194,9 @@ osx:build:
    194 194
         # Regular build using the cross-compiled result or snapshot.
    
    195 195
         # Need /opt/local/bin to get msgmerge and msgfmt programs.
    
    196 196
         - PATH=/opt/local/bin:$PATH bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
    
    197
    -    # Use -V to specify the version in case some tag makes git
    
    197
    +    # If needed use -V to specify the version in case some tag makes git
    
    198 198
         # describe return something that make-dist.sh doesn't like.
    
    199
    -    - bin/make-dist.sh -V `git describe --dirty` -I dist darwin-4
    
    199
    +    - bin/make-dist.sh -I dist darwin-4
    
    200 200
     
    
    201 201
     osx:test:
    
    202 202
       stage: test
    
    ... ... @@ -319,9 +319,9 @@ opensuse:build:
    319 319
         # instead of clang. 
    
    320 320
         - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
    
    321 321
         # - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
    
    322
    -    # Use -V to specify the version in case some tag makes git
    
    322
    +    # If needed use -V to specify the version in case some tag makes git
    
    323 323
         # describe return something that make-dist.sh doesn't like.
    
    324
    -    - bin/make-dist.sh -V `git describe --dirty` -I dist linux-4
    
    324
    +    - bin/make-dist.sh -I dist linux-4
    
    325 325
     
    
    326 326
     opensuse:test:
    
    327 327
       stage: test