Raymond Toy pushed to branch issue-299-enable-xoroshiro-assem-routine at cmucl / cmucl
Commits: 883a999e by Raymond Toy at 2024-04-08T10:21:59-07:00 Use the xoroshiro-assembly snapshot for building
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -1,7 +1,7 @@ variables: download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2023/08" - version: "2023-08-x86" - bootstrap: "-B boot-2023-08" + version: "xoroshiro-assembly" + bootstrap: ""
stages:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/883a999e350cd4a0d86bddb6...