changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/install-sbcl-pack.sh

changeset 326: 8fb224cc0b59
parent: 26539d346a67
child: 95a9560404ae
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 23:25:00 -0400
permissions: -rwxr-xr-x
description: ugh9k
1 #!/bin/sh
2 set -e
3 TARGET="${1:-x86_64-unknown-linux-gnu}"
4 cd .stash/tmp
5 curl -O "https://packy.compiler.company/dist/${TARGET}/sbcl.tar.zst"
6 unzstd sbcl.tar.zst
7 tar -xvf sbcl.tar
8 cd sbcl
9 sh install.sh