-
Notifications
You must be signed in to change notification settings - Fork 104
fix(pingcap/tidb): fix the cache too large problem #3037
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
Conversation
do not cache the third party bin in prepare stage. Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Based on the pull request title and description, the key change in this pull request is to fix a cache problem by not caching the third-party bin in the prepare stage. Looking at the diff, there are a few changes made to the One potential problem with this change is that the download of the third-party bin in the new To fix this potential problem, we can add a cache for the downloaded third-party bin in the new
With this change, the downloaded third-party bin will be cached and reused in subsequent builds if the same cache key is used. |
tested in: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_br_integration_test/1368/ with just G00 enabled in matrix. |
I known, but the issue is to workaround the cache size limit problem. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
do not cache the third party bin in prepare stage.
Signed-off-by: wuhuizuo wuhuizuo@126.com