changelog shortlog graph tags branches changeset files file revisions raw help

Mercurial > infra / annotate scripts/get-sbcl.sh

changeset 371: 7dcabf3e0edc
parent: ad4e0ebd3693
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:53:24 -0400
permissions: -rwxr-xr-x
description: no link in bootstrap.sh
24
3e8310575574 added cargo-tools and ts-langs
ellis <ellis@rwest.io>
parents: 21
diff changeset
1
 #!/usr/bin/env bash
21
3491c1d1815d script fixes
ellis <ellis@rwest.io>
parents: 17
diff changeset
2
 # get SBCL source code
229
989b1b4782dc scripts update
Richard Westhaver <ellis@rwest.io>
parents: 90
diff changeset
3
 TARGETDIR=${1:-.stash/src/sbcl}
367
ad4e0ebd3693 update vc locations
Richard Westhaver <ellis@rwest.io>
parents: 229
diff changeset
4
 git clone https://vc.compiler.company/packy/sbcl $TARGETDIR