Checkout sbcl version 2.3.10

This commit is contained in:
Marcus Kammer 2023-11-05 20:15:06 +01:00
parent 30d2accb6c
commit a6a1b734e0
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -314,7 +314,7 @@ write_files:
#!/bin/bash
# Clone the SBCL repository for a specific branch and depth.
# Version is equal to the sbcl version available in ubuntu apt-get repo.
git clone --depth 1 --branch sbcl-2.1.11 git://git.code.sf.net/p/sbcl/sbcl /home/cl/sbcl
git clone --depth 1 --branch sbcl-2.3.10 git://git.code.sf.net/p/sbcl/sbcl /home/cl/sbcl
# Clone the SLIME repository for a specific branch and depth
git clone --depth 1 --branch v2.28 https://github.com/slime/slime.git /home/cl/slime