Add sbf-tools version to cargo target cache name on CI agents

This commit is contained in:
Dmitri Makarov
2022-02-08 14:35:50 -08:00
committed by mergify[bot]
parent 869cfc9a1c
commit c7aa7fb66b
3 changed files with 28 additions and 1 deletions

View File

@ -710,6 +710,8 @@ fn main() {
}
}
// The following line is scanned by CI configuration script to
// separate cargo caches according to the version of sbf-tools.
let bpf_tools_version = "v1.23";
let version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version);
let matches = App::new(crate_name!())