changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 362: e3072a5cbc2d
parent: 95a9560404ae
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 03 Sep 2024 20:41:20 -0400
permissions: -rwxr-xr-x
description: oops
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