Skip to content

Add a manual trigger to clean the cache on CI #1655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2019

Conversation

jtgeibel
Copy link
Member

When we bump a low-level dependency, such as libc, a large number of
crates are rebuilt and this can grow our cache to the point where
caching hits a timeout (and is not persisted).

By changing the value of manual_stamp in the script, the cache can be
cleared without waiting for the next compiler release.

When we bump a low-level dependency, such as `libc`, a large number of
crates are rebuilt and this can grow our cache to the point where
caching hits a timeout (and is not persisted).

By changing the value of `manual_stamp` in the script, the cache can be
cleared without waiting for the next compiler release.
@jtgeibel jtgeibel force-pushed the manually-trigger-clean-on-ci branch from 070203c to cfe6d51 Compare March 10, 2019 16:16
@jtgeibel
Copy link
Member Author

Merging to add the stamp file to auto and master caches.

@bors r+

@bors
Copy link
Contributor

bors commented Mar 10, 2019

📌 Commit cfe6d51 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Mar 10, 2019

⌛ Testing commit cfe6d51 with merge 66249a3...

bors added a commit that referenced this pull request Mar 10, 2019
Add a manual trigger to clean the cache on CI

When we bump a low-level dependency, such as `libc`, a large number of
crates are rebuilt and this can grow our cache to the point where
caching hits a timeout (and is not persisted).

By changing the value of `manual_stamp` in the script, the cache can be
cleared without waiting for the next compiler release.
@bors
Copy link
Contributor

bors commented Mar 10, 2019

☀️ Test successful - checks-travis
Approved by: jtgeibel
Pushing 66249a3 to master...

@bors bors merged commit cfe6d51 into rust-lang:master Mar 10, 2019
@jtgeibel jtgeibel deleted the manually-trigger-clean-on-ci branch March 12, 2019 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants