[Git][cmucl/cmucl][issue-168-no-negated-forms-for-jmp] 2 commits: Update CI to use the bootstrap file when building.
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Sun Feb 26 02:49:03 UTC 2023
Raymond Toy pushed to branch issue-168-no-negated-forms-for-jmp at cmucl / cmucl
Commits:
4ec28e36 by Raymond Toy at 2023-02-25T18:47:06-08:00
Update CI to use the bootstrap file when building.
- - - - -
b4b8f578 by Raymond Toy at 2023-02-25T18:48:35-08:00
Add comment on what this bootstrap file is supposed to do.
- - - - -
2 changed files:
- .gitlab-ci.yml
- src/bootfiles/21d/boot-2021-07-2.lisp
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1,7 +1,7 @@
variables:
download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/07"
version: "2021-07-x86"
- bootstrap: ""
+ bootstrap: "-B boot-2021-07-2"
stages:
- install
=====================================
src/bootfiles/21d/boot-2021-07-2.lisp
=====================================
@@ -1,3 +1,8 @@
+;; Bootstrap file for x86 to choose the non-negated forms of the
+;; condition flag for conditional jumps.
+;;
+;; Use bin/build.sh -B boot-2021-07-2 to build this.
+
(in-package :x86)
(ext:without-package-locks
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6bd3fd00f67e5c4c2275f6e705ece3b786813044...b4b8f57807294d687d1e51d068ace610fb01d22e
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6bd3fd00f67e5c4c2275f6e705ece3b786813044...b4b8f57807294d687d1e51d068ace610fb01d22e
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/20230226/7206c5b6/attachment-0001.html>
More information about the cmucl-cvs
mailing list