Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1 1
     variables:
    
    2
    -  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2020/04"
    
    3
    -  version: "2020-04-x86"
    
    2
    +  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/01"
    
    3
    +  version: "2021-01-x86"
    
    4 4
       bootstrap: ""
    
    5 5
     
    
    6 6
     stages:
    
    ... ... @@ -37,11 +37,11 @@ linux:build:
    37 37
           artifacts: true
    
    38 38
       script:
    
    39 39
         # Do cross compile first
    
    40
    -    - bin/create-target.sh xtarget x86_linux_clang
    
    41
    -    - bin/create-target.sh xcross x86_linux_clang
    
    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
    -    # Regular build using the cross-compiled result
    
    44
    -    - bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp
    
    40
    +    #- bin/create-target.sh xtarget x86_linux_clang
    
    41
    +    #- bin/create-target.sh xcross x86_linux_clang
    
    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
    +    # Regular build using the cross-compiled result or snapshot
    
    44
    +    - bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
    
    45 45
         - bin/make-dist.sh -I dist linux-4
    
    46 46
     
    
    47 47
     linux:test:
    
    ... ... @@ -108,11 +108,11 @@ osx:build:
    108 108
           artifacts: true
    
    109 109
       script:
    
    110 110
         # Do cross compile first
    
    111
    -    - bin/create-target.sh xtarget x86_darwin
    
    112
    -    - bin/create-target.sh xcross x86_darwin
    
    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
    -    # Regular build using the cross-compiled result
    
    115
    -    - bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp
    
    111
    +    #- bin/create-target.sh xtarget x86_darwin
    
    112
    +    #- bin/create-target.sh xcross x86_darwin
    
    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
    +    # Regular build using the cross-compiled result or snapshot
    
    115
    +    - bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
    
    116 116
         - bin/make-dist.sh -I dist darwin-4
    
    117 117
     
    
    118 118
     osx:test: