Raymond Toy pushed to branch issue-89-remove-scavenging-of-read-only at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -112,7 +112,7 @@ osx:build:
    112 112
         - bin/create-target.sh xcross x86_darwin
    
    113 113
         - bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
    
    114 114
         # Regular build using the cross-compiled result
    
    115
    -    - bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
    
    115
    +    - bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp
    
    116 116
         - bin/make-dist.sh -I dist darwin-4
    
    117 117
     
    
    118 118
     osx:test: