[Git][cmucl/cmucl][rtoy-fix-60-unary-fround-undefined] Oops. Need to build with the bootstrap file.
Raymond Toy
rtoy at common-lisp.net
Sun Feb 18 03:56:47 UTC 2018
Raymond Toy pushed to branch rtoy-fix-60-unary-fround-undefined at cmucl / cmucl
Commits:
84d9a4bd by Raymond Toy at 2018-02-17T19:56:32-08:00
Oops. Need to build with the bootstrap file.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ linux-runner:
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-$version-linux.tar.bz2; tar xjf ../cmucl-$version-linux.extra.tar.bz2)
script:
- - bin/build.sh -C "" -o snapshot/bin/lisp
+ - bin/build.sh -B boot-2018-02-1 -C "" -o snapshot/bin/lisp
- bin/make-dist.sh -I dist linux-4
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
@@ -24,6 +24,6 @@ osx-runner:
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2)
script:
- - bin/build.sh -C "" -o snapshot/bin/lisp
+ - bin/build.sh -B boot-2018-02-1 -C "" -o snapshot/bin/lisp
- bin/make-dist.sh -I dist darwin-4
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/84d9a4bd08f8d30cab242c85e5f941fb9eebd0a9
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/84d9a4bd08f8d30cab242c85e5f941fb9eebd0a9
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/20180218/6c4b01b9/attachment.html>
More information about the cmucl-cvs
mailing list