Skip to content

Commit 7b32468

Browse files
committed
Clear the build cache on CI
Force clear the cache on CI so that cache uploads do not time out.
1 parent 8a58d50 commit 7b32468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ci/cargo-clean-on-new-rustc-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
manual_stamp_file=target/ci_manual_stamp
6-
manual_stamp=2 # Change this to force a clean build on CI
6+
manual_stamp=3 # Change this to force a clean build on CI
77

88
if [ -f $manual_stamp_file ]; then
99
if echo "$manual_stamp" | cmp -s $manual_stamp_file -; then

0 commit comments

Comments
 (0)