[Git][cmucl/cmucl][issue-89-remove-scavenging-of-read-only] Build using the cross-compiled binary
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/22b54c71cc7ee438e2ce0131... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/22b54c71cc7ee438e2ce0131... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy