Pull in support for Rust-BPF stack argument passing (#5038)
This commit is contained in:
@ -54,7 +54,7 @@ if [[ ! -r criterion-$machine-$version.md ]]; then
|
||||
fi
|
||||
|
||||
# Install LLVM
|
||||
version=v0.0.11
|
||||
version=v0.0.12
|
||||
if [[ ! -f llvm-native-$machine-$version.md ]]; then
|
||||
(
|
||||
filename=solana-llvm-$machine.tar.bz2
|
||||
@ -80,7 +80,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then
|
||||
fi
|
||||
|
||||
# Install Rust-BPF
|
||||
version=v0.1.2
|
||||
version=v0.1.3
|
||||
if [[ ! -f rust-bpf-$machine-$version.md ]]; then
|
||||
(
|
||||
filename=solana-rust-bpf-$machine.tar.bz2
|
||||
|
Reference in New Issue
Block a user