Raymond Toy pushed to branch issue-101-clang-trapping-math at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -41,7 +41,7 @@ linux:build:
    41 41
         #- bin/create-target.sh xcross x86_linux_clang
    
    42 42
         #- bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
    
    43 43
         # Regular build using the cross-compiled result or snapshot
    
    44
    -    - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o xtarget/lisp/lisp
    
    44
    +    - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp
    
    45 45
         - bin/make-dist.sh -I dist linux-4
    
    46 46
     
    
    47 47
     linux:test: