Cleanup Rust BPF sysroot (#6124)

This commit is contained in:
Jack May 2019-09-26 13:27:33 -07:00 committed by GitHub
parent c4ed80d544
commit c10b2e6cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then
fi
# Install Rust-BPF
version=v0.1.6
version=v0.1.7
if [[ ! -f rust-bpf-$machine-$version.md ]]; then
(
filename=solana-rust-bpf-$machine.tar.bz2
@ -116,7 +116,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then
fi
# Install Rust-BPF Sysroot sources
version=v0.9
version=v0.10
if [[ ! -f rust-bpf-sysroot-$version.md ]]; then
(
set -ex