Bump sbf-tools version (#30186)
This commit is contained in:
parent
0ca638648b
commit
1896d4110f
|
@ -102,7 +102,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
|||
fi
|
||||
|
||||
# Install Rust-BPF
|
||||
version=v1.32
|
||||
version=v1.33
|
||||
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
||||
(
|
||||
set -e
|
||||
|
|
|
@ -936,7 +936,7 @@ fn main() {
|
|||
|
||||
// The following line is scanned by CI configuration script to
|
||||
// separate cargo caches according to the version of sbf-tools.
|
||||
let sbf_tools_version = String::from("v1.32");
|
||||
let sbf_tools_version = String::from("v1.33");
|
||||
let version = format!("{}\nsbf-tools {}", crate_version!(), sbf_tools_version);
|
||||
let matches = clap::Command::new(crate_name!())
|
||||
.about(crate_description!())
|
||||
|
|
|
@ -102,7 +102,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
|||
fi
|
||||
|
||||
# Install Rust-SBF
|
||||
version=v1.32
|
||||
version=v1.33
|
||||
if [[ ! -e sbf-tools-$version.md || ! -e sbf-tools ]]; then
|
||||
(
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue