[Git][cmucl/cmucl][issue-89-remove-scavenging-of-read-only] Build using the cross-compiled binary

Raymond Toy gitlab at common-lisp.net
Sun Jan 3 17:12:48 UTC 2021



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


Commits:
22b54c71 by Raymond Toy at 2021-01-03T09:12:36-08:00
Build using the cross-compiled binary

Fix another typo for darwin.  We want to build lisp using the
just-build cross-compiled binary instead of the snapshot.  Duh!

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -112,7 +112,7 @@ osx:build:
     - 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 snapshot/bin/lisp
+    - bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp
     - bin/make-dist.sh -I dist darwin-4
 
 osx:test:



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/22b54c71cc7ee438e2ce0131833c3b97c6ff5a19

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/22b54c71cc7ee438e2ce0131833c3b97c6ff5a19
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/20210103/fd33d62d/attachment.html>


More information about the cmucl-cvs mailing list