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

ci: stop caching go #10053

Closed
wants to merge 1 commit into from
Closed

ci: stop caching go #10053

wants to merge 1 commit into from

Conversation

Jorropo
Copy link
Contributor

@Jorropo Jorropo commented Aug 4, 2023

Go compiles fast and it does not seems to properly recognise the cached values given the build times are still in the 40s.

I think the extra 25s it takes to load and save the go cache is longer than what we gain.

@Jorropo Jorropo requested a review from a team as a code owner August 4, 2023 16:21
Go compiles fast and it does not seems to properly recognise the cached values.

I think the extra 25s it takes to load and save the go cache is longer than what we gain.
@Jorropo
Copy link
Contributor Author

Jorropo commented Aug 4, 2023

Actually removing this made the build 3x slower because downloading dependencies sources is slow.

@Jorropo Jorropo closed this Aug 4, 2023
@Jorropo Jorropo deleted the ci/no-go-cache branch August 4, 2023 16:27
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.

1 participant