Skip to content

Instantly share code, notes, and snippets.

View dlrobertson's full-sized avatar
:bowtie:
rep; nop

Dan Robertson dlrobertson

:bowtie:
rep; nop
View GitHub Profile
@alexreg
alexreg / gcc-farm-rustc.bash
Last active April 16, 2020 22:00
GCC Farm Build Script
#!/usr/bin/env bash
set -e
if [[ ! -r "./x.py" ]]; then
echo >&2 "error: not in 'rustc' repository"
exit 1
fi
GCC_FARM_PREBUILD=$'