Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line variables: download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/07" version: "2021-07-x86" bootstrap: "-B boot-2021-07-1 -B boot-2021-07-2" bootstrap: "-B boot-2021-07-1 -B boot-2021-07-2 -B boot-2021-07-3" stages: - install Loading src/bootfiles/21d/boot-2021-07-3.lisp 0 → 100644 +14 −0 Original line number Diff line number Diff line ;; Bootstrap file for x86 to add two-arg->= and two-arg-<= to static ;; functions list. ;; ;; Use bin/build.sh -B boot-2021-07-3 to build this (along with any ;; other bootfiles that are still needed). (in-package :x86) #+x86 (ext:without-package-locks (defparameter static-functions '(length two-arg-+ two-arg-- two-arg-* two-arg-/ two-arg-< two-arg-> two-arg-= eql %negate two-arg-and two-arg-ior two-arg-xor two-arg-gcd two-arg-lcm two-arg-<= two-arg->= two-arg-/= ))) Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line variables: download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/07" version: "2021-07-x86" bootstrap: "-B boot-2021-07-1 -B boot-2021-07-2" bootstrap: "-B boot-2021-07-1 -B boot-2021-07-2 -B boot-2021-07-3" stages: - install Loading
src/bootfiles/21d/boot-2021-07-3.lisp 0 → 100644 +14 −0 Original line number Diff line number Diff line ;; Bootstrap file for x86 to add two-arg->= and two-arg-<= to static ;; functions list. ;; ;; Use bin/build.sh -B boot-2021-07-3 to build this (along with any ;; other bootfiles that are still needed). (in-package :x86) #+x86 (ext:without-package-locks (defparameter static-functions '(length two-arg-+ two-arg-- two-arg-* two-arg-/ two-arg-< two-arg-> two-arg-= eql %negate two-arg-and two-arg-ior two-arg-xor two-arg-gcd two-arg-lcm two-arg-<= two-arg->= two-arg-/= )))