Bump bpf-tools version to 1.11 (#18079)
Avoid including local paths in compiler generated ELF files
This commit is contained in:
parent
1b7f6d2bc0
commit
d6bad60c1b
|
@ -92,7 +92,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
|||
fi
|
||||
|
||||
# Install Rust-BPF
|
||||
version=v1.10
|
||||
version=v1.11
|
||||
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
||||
(
|
||||
set -e
|
||||
|
|
|
@ -414,7 +414,7 @@ fn build_bpf_package(config: &Config, target_directory: &Path, package: &cargo_m
|
|||
install_if_missing(
|
||||
config,
|
||||
"bpf-tools",
|
||||
"v1.10",
|
||||
"v1.11",
|
||||
"https://github.com/solana-labs/bpf-tools/releases/download",
|
||||
&PathBuf::from(bpf_tools_filename),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue