Skip to content

Cache CI dependencies #827

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
Jun 8, 2020
Merged

Cache CI dependencies #827

merged 1 commit into from
Jun 8, 2020

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jun 8, 2020

Motivation:

The CI quite often fails because we get rate limited when downloading
protobuf from GitHub. Let's try sticking it in the Travis cache; it
still has to be downloaded from there but hopefully we won't get rate
limited.

Modifications:

  • Cache protobuf
  • Remove .build cache (the cache is currently huge and fetching this probably
    slows things down)

Result:

  • Maybe fewer CI failures?

Motivation:

The CI quite often fails because we get rate limited when downloading
protobuf from GitHub. Let's try sticking it in the Travis cache; it
still has to be downloaded from there but hopefully we won't get rate
limited.

Modifications:

- Cache protobuf
- Remove .build cache (the cache is currently *huge* and fetching this probably
  slows things down)

Result:

- Maybe fewer CI failures?
@glbrntt glbrntt merged commit bc51201 into grpc:master Jun 8, 2020
@glbrntt glbrntt deleted the gb-cache-zips branch June 8, 2020 14:34
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