changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 331: 95a9560404ae
parent: 8fb224cc0b59
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 10:58:32 -0400
permissions: -rwxr-xr-x
description: fixes
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}/pack/sbcl.tar.zst"
6 unzstd sbcl.tar.zst
7 tar -xvf sbcl.tar
8 cd sbcl
9 sh install.sh