Checkout sbcl version 2.3.10
This commit is contained in:
parent
30d2accb6c
commit
a6a1b734e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue