[Git][cmucl/cmucl][issue-168-no-negated-forms-for-jmp] 2 commits: Update CI to use the bootstrap file when building.
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/6bd3fd00f67e5c4c2275f6e... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6bd3fd00f67e5c4c2275f6e... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)