changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/get-lust.sh

revision 363: f35358f2f4ff
parent 362: e3072a5cbc2d
child 365: aaf412c55766
     1.1--- a/scripts/get-lust.sh	Tue Sep 03 20:41:20 2024 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,8 +0,0 @@
     1.4-#!/usr/bin/env bash
     1.5-# install the Lonely Rust compiler source code
     1.6-TARGETDIR=${1:-.stash/lust}
     1.7-hg clone https://vc.compiler.company/comp/lust $TARGETDIR
     1.8-pushd $TARGETDIR
     1.9-make
    1.10-sudo make install
    1.11-popd