changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-sbcl.sh

changeset 21: 3491c1d1815d
parent: aac1cf6cf2bb
child: 3e8310575574
author: ellis <ellis@rwest.io>
date: Tue, 05 Dec 2023 19:03:29 -0500
permissions: -rwxr-xr-x
description: script fixes
1 #!/usr/bin/bash
2 # get SBCL source code
3 VER="${1:-main}"
4 TARGETDIR=${2:-$(realpath build/src/sbcl-$VER)}
5 git clone https://vc.compiler.company/packy/shed/vendor/sbcl.git $TARGETDIR