automerge
This commit is contained in:
Jack May
2019-06-07 14:38:49 -07:00
committed by Grimes
parent ac6dbf8f04
commit 9a4c449135
7 changed files with 35 additions and 10 deletions

View File

@ -48,7 +48,7 @@ if [[ ! -r criterion-$machine-$version.md ]]; then
fi
# Install LLVM
version=v0.0.9
version=v0.0.10
if [[ ! -f llvm-native-$machine-$version.md ]]; then
(
filename=solana-llvm-$machine.tar.bz2
@ -108,7 +108,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then
fi
# Install Rust-BPF Sysroot sources
version=v0.2
version=v0.3
if [[ ! -f rust-bpf-sysroot-$version.md ]]; then
(
set -ex