(cherry picked from commit 7ea1131090
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
@ -36,4 +36,7 @@ export CARGO_TARGET_CACHE=$HOME/cargo-target-cache/"$CHANNEL"-"$BUILDKITE_LABEL"
|
|||||||
# `std:
|
# `std:
|
||||||
# "found possibly newer version of crate `std` which `xyz` depends on
|
# "found possibly newer version of crate `std` which `xyz` depends on
|
||||||
rm -rf target/bpfel-unknown-unknown
|
rm -rf target/bpfel-unknown-unknown
|
||||||
|
if [[ $BUILDKITE_LABEL = "stable-perf" ]]; then
|
||||||
|
rm -rf target/release
|
||||||
|
fi
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user