-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
CircleCI caching doesn't like wildcards in filenames/directory names #1039
Comments
tlaurion
added a commit
to tlaurion/heads
that referenced
this issue
Oct 17, 2021
tlaurion
added a commit
to tlaurion/heads
that referenced
this issue
Oct 17, 2021
tlaurion
added a commit
to tlaurion/heads
that referenced
this issue
Oct 17, 2021
tlaurion
added a commit
to tlaurion/heads
that referenced
this issue
Oct 17, 2021
Posted on CircleCI doc: circleci/circleci-docs#5804 |
Which also doesn't work. |
Pointed the doc issue here and tagged assigned person to look here at circleci/circleci-docs#5804 |
#1015 merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resulting in partial caches and limited gain in reusing those caches.
Let's remember that currently, 3 caches are created/reused by CirlceCI if hashes of modules+patches are matching.
The cache are kept to be reused by CircleCI for 30 days. So this caching system is useful for projects with fast paces commits and merges. Locally for developers and when pushed upstream in project to reuse past existing caches to gain compilation time when building all CircleCI defines boards.
Heads musl-cross-make (cache name: heads-musl-cross) doesn't cache built musl-cross-VERSION, only installed result into crossgcc directory:
Coreboot cache + Heads musl-cross-make (cache name: heads-coreboot-musl-cross) is caching only installed musl-cross-make install in crossgcc directory:
Full cache works (cache name: heads-modules-and-patches):
Solution:
The text was updated successfully, but these errors were encountered: