Add llvm feature option to compile for Solana BPF target (#16495)

This commit is contained in:
Dmitri Makarov
2021-04-13 09:20:18 +02:00
committed by Justin Starry
parent 4113acbf24
commit 94e50b61e8
3 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
fi
# Install Rust-BPF
version=v1.5
version=v1.6
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
(
set -e