changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 368: 43afcbbe2d07
parent: 95a9560404ae
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 19:47:38 -0400
permissions: -rwxr-xr-x
description: skelfile update
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