Skip to content

Commit 96d1cea

Browse files
committed
Remove target/.rustc_info.json before caching on CI
1 parent 0b6d9d8 commit 96d1cea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/ci/prune-cache.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ for name in $bin_names; do
2525
rm -v target/debug/deps/$normalized-*
2626
done
2727

28+
rm -v target/.rustc_info.json
29+
2830
echo "Removing target/debug/incremental/"
2931
rm -rf target/debug/incremental/
3032

0 commit comments

Comments
 (0)