Skip to content

Commit

Permalink
Clear release cache for stable-perf (#17287)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed May 17, 2021
1 parent bcbe155 commit 7ea1131
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/hooks/pre-command
Expand Up @@ -36,4 +36,7 @@ export CARGO_TARGET_CACHE=$HOME/cargo-target-cache/"$CHANNEL"-"$BUILDKITE_LABEL"
# `std:
# "found possibly newer version of crate `std` which `xyz` depends on
rm -rf target/bpfel-unknown-unknown
if [[ $BUILDKITE_LABEL = "stable-perf" ]]; then
rm -rf target/release
fi
)

0 comments on commit 7ea1131

Please sign in to comment.