changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 323: 26539d346a67
parent: 989b1b4782dc
child: 8fb224cc0b59
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 21:53:15 -0400
permissions: -rwxr-xr-x
description: update install scripts to support targets
1 #!/bin/sh
2 set -e
3 TARGET="${1:-x86_64-unknown-linux-gnu}"
4 cd .stash/src
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