[Git][cmucl/cmucl][issue-431-fix-set-floating-point-modes] Forgot to add bootstrap for CI

Raymond Toy pushed to branch issue-431-fix-set-floating-point-modes at cmucl / cmucl Commits: c370c74e by Raymond Toy at 2025-08-15T14:16:12-07:00 Forgot to add bootstrap for CI Needed to build the code so that the new x87 defconstants are available when compile `set-floating-point-modes`. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -4,7 +4,7 @@ variables: download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/$year/$month" version: "$year-$month-x86" tar_ext: "xz" - bootstrap: "" + bootstrap: "-B boot-2025-07" # Default install configuration to download the cmucl tarballs to use # for building. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c370c74e74004ba8d25a099c... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c370c74e74004ba8d25a099c... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)