Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Upgrade xargo if old #6869

Merged
merged 1 commit into from
Nov 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions sdk/bpf/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ download() {
wget "${args[@]}"
}

# Install xargo
if [[ ! -r xargo.md ]]; then
cargo install xargo
xargo --version > xargo.md 2>&1
fi
# Install or upgrade xargo
cargo +nightly install xargo -Z install-upgrade
xargo --version > xargo.md 2>&1

# Install Criterion
version=v2.3.2
Expand Down