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

build: fix ci build caching #17

Merged
merged 1 commit into from
Jan 22, 2022
Merged

build: fix ci build caching #17

merged 1 commit into from
Jan 22, 2022

Conversation

kormide
Copy link
Member

@kormide kormide commented Jan 18, 2022

No description provided.

@kormide kormide requested a review from gregmagolan January 18, 2022 02:32
@kormide kormide force-pushed the cache-key branch 3 times, most recently from 6f0663b to 7ca86a4 Compare January 19, 2022 22:39
path: |
"~/.cache/bazel"
"~/.cache/bazel-repo"
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE') }}
Copy link
Member

Choose a reason for hiding this comment

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

hmm. why the cache key? are we concerned about hitting the max size for the underlying storage? where are these caches stored actually?

Copy link

Choose a reason for hiding this comment

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

@f0rmiga f0rmiga merged commit 52e6af0 into main Jan 22, 2022
@f0rmiga f0rmiga deleted the cache-key branch January 22, 2022 01:08
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.

3 participants