Raymond Toy pushed to branch issue-299-enable-xoroshiro-assem-routine at cmucl / cmucl
Commits: f4d2b870 by Raymond Toy at 2024-04-08T10:40:12-07:00 Fix typo in version to use
The version should be "xoroshiro-assembly-x86", not just "xoroshiro-assembly".
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -1,6 +1,6 @@ variables: download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2023/08" - version: "xoroshiro-assembly" + version: "xoroshiro-assembly-x86" bootstrap: ""
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f4d2b8708ded4704053af21c...