Skip to content
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

feat: switch to ccache which is more maintained #1425

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ankitm123
Copy link
Member

@ankitm123 ankitm123 commented Feb 25, 2022

Signed-off-by: ankitm123 ankitmohapatra123@gmail.com

This is an experiment! Do not merge/approve.

Signed-off-by: ankitm123 <ankitmohapatra123@gmail.com>
@jenkins-x-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign ankitm123
You can assign the PR to them by writing /assign @ankitm123 in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -72,8 +72,7 @@ func TestCreateAgentIntegration(t *testing.T) {
s.FileBrowsers, err = filebrowser.NewFileBrowsers(serverURL, fb)
assert.NoError(t, err)

s.InRepoCache, err = lru.New(5000)
assert.NoError(t, err)
s.InRepoCache = lru.New(lru.Configure())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by default ccache sets the size to 5000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants