-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Random patch-package failures on CI #275
Comments
I'm seeing the same error on GitLab CI with iOS builds (works locally). UPDATE Clearing runner caches seems to have fixed it. |
We initially tried clearing the cache, but it quickly became painful as it would require going into CircleCI projects settings every time we patched a package. Additional, after we go to a cache number > 9, the CircleCI UI only shows the last digit, so we couldn't figure if it was at The correct way to fix this is to apply I recommend closing this issue, it was resolved for us by using the recommended solution. |
Could you please share your GitLab config for caching patches? |
fwiw when running |
I've tried the tips described in the readme and in one of the issues about creating a checksum of the
patches
folder but to no luck, I still keep getting random failures frompatch-package
on CircleCI. It's always the same package that fails, which is weird as well.Any tips? I feel like I've tried everything, changing cache keys, trying to create a new patch file, the checksums..
The CircleCI config looks something like this with custom commands for loading/saving the cache
The error:
The text was updated successfully, but these errors were encountered: