[Git][cmucl/cmucl][issue-101-clang-trapping-math] 4 commits: Update CI to use 2021-01 snapshot
Raymond Toy
gitlab at common-lisp.net
Fri Feb 5 00:54:11 UTC 2021
Raymond Toy pushed to branch issue-101-clang-trapping-math at cmucl / cmucl
Commits:
a3e42a4c by Raymond Toy at 2021-02-03T19:57:26-08:00
Update CI to use 2021-01 snapshot
Binaries for the 2021-01 snapshot are available so use those instead
of doing a cross-compile from 2020-04.
- - - - -
84fa2568 by Raymond Toy at 2021-02-03T20:11:21-08:00
Set version correctly
Updated the directory path but forgot the version part.
- - - - -
408711a9 by Raymond Toy at 2021-02-04T04:31:04+00:00
Merge branch 'update-ci-snapshot-2021-01' into 'master'
Update CI to use 2021-01 snapshot
See merge request cmucl/cmucl!69
- - - - -
595c228e by Raymond Toy at 2021-02-04T16:53:07-08:00
Merge branch 'master' into issue-101-clang-trapping-math
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1,6 +1,6 @@
variables:
- download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2020/04"
- version: "2020-04-x86"
+ download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/01"
+ version: "2021-01-x86"
bootstrap: ""
stages:
@@ -37,10 +37,10 @@ linux:build:
artifacts: true
script:
# Do cross compile first
- - bin/create-target.sh xtarget x86_linux_clang
- - bin/create-target.sh xcross x86_linux_clang
- - bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
- # Regular build using the cross-compiled result
+ #- bin/create-target.sh xtarget x86_linux_clang
+ #- bin/create-target.sh xcross x86_linux_clang
+ #- bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
+ # Regular build using the cross-compiled result or snapshot
- bin/build.sh $bootstrap -R -C "x86_linux_clang" -o xtarget/lisp/lisp
- bin/make-dist.sh -I dist linux-4
@@ -108,11 +108,11 @@ osx:build:
artifacts: true
script:
# Do cross compile first
- - bin/create-target.sh xtarget x86_darwin
- - bin/create-target.sh xcross x86_darwin
- - bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
- # Regular build using the cross-compiled result
- - bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp
+ #- bin/create-target.sh xtarget x86_darwin
+ #- bin/create-target.sh xcross x86_darwin
+ #- bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
+ # Regular build using the cross-compiled result or snapshot
+ - bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
- bin/make-dist.sh -I dist darwin-4
osx:test:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/d6a71026b4c40b708690c3a13f1aafaf538f394e...595c228e9751aa3f83ae26487e23397d2d632a17
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/d6a71026b4c40b708690c3a13f1aafaf538f394e...595c228e9751aa3f83ae26487e23397d2d632a17
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20210205/0a8d570f/attachment-0001.html>
More information about the cmucl-cvs
mailing list