Raymond Toy pushed to branch issue-337-cross-compile-linux-x86-fails at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -75,8 +75,8 @@ linux:cross-build:
    75 75
         - bin/create-target.sh xtarget
    
    76 76
         - bin/create-target.sh xcross
    
    77 77
         - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp dist/bin/lisp
    
    78
    -    - bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp
    
    79
    -    - bin/make-dist.sh -V `git describe --dirty` -I xdist linux-4
    
    78
    +    - bin/build.sh -b xlinux $bootstrap -R -C "" -o xtarget/lisp/lisp
    
    79
    +    - bin/make-dist.sh -V `git describe --dirty` -I xdist xlinux-4
    
    80 80
     
    
    81 81
     linux:test:
    
    82 82
       stage: test