Pull in more Rust-BPF compatible built-ins (#5043)
This commit is contained in:
parent
2860d2fe27
commit
a25446f045
|
@ -116,7 +116,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then
|
|||
fi
|
||||
|
||||
# Install Rust-BPF Sysroot sources
|
||||
version=v0.5
|
||||
version=v0.6
|
||||
if [[ ! -f rust-bpf-sysroot-$version.md ]]; then
|
||||
(
|
||||
set -ex
|
||||
|
|
Loading…
Reference in New Issue