Files
Paradise/tools/ci/install_rustg.sh
AffectedArc07 6ee4c907b7 Further increases the speed of CI (#15049)
* Further increases the speed of CI

* Might need this too
2020-12-04 17:03:47 -05:00

12 lines
373 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# This script is not actually used by CI, but kept as a reference incase we refactor CI again
source _build_dependencies.sh
mkdir -p ~/.byond/bin
wget -O ~/.byond/bin/librust_g.so "https://github.com/ParadiseSS13/rust-g/releases/download/$RUSTG_VERSION/librust_g.so"
chmod +x ~/.byond/bin/librust_g.so
ldd ~/.byond/bin/librust_g.so