Raymond Toy pushed to branch issue-265-ci-broken-on-mac-os at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -127,8 +127,9 @@ osx:build:
    127 127
         #- bin/create-target.sh xtarget x86_darwin
    
    128 128
         #- bin/create-target.sh xcross x86_darwin
    
    129 129
         #- bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
    
    130
    -    # Regular build using the cross-compiled result or snapshot
    
    131
    -    - bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
    
    130
    +    # Regular build using the cross-compiled result or snapshot.
    
    131
    +    # Need /opt/local/bin to get msgmerge and msgfmt programs.
    
    132
    +    - PATH=/opt/local/bin:$PATH bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
    
    132 133
         - bin/make-dist.sh -I dist darwin-4
    
    133 134
         - ls dist/lib/cmucl/lib/locale/en\@piglatin/LC_MESSAGES
    
    134 135