-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Change error on adding a directory to the remote cache to be non-fatal #3984
Conversation
Can one of the admins verify this patch? |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
We've signed the company CLA and I'm a member of our group with my secondary github email (as in the commit). |
shrug I don't have any objections to this change. But we first have to convince googlebot that you've signed the CLA. |
I don't see HappyCo in the list of company CLA signers yet, but it says that it may take a few days to process (did you sign it recently?). |
We signed last Friday, so hopefully it's just processing |
I'm afraid I still don't see HappyCo in the list. |
@ulfjack - happy to resubmit this patch if CLA is the only thing preventing this from merging |
The CLA is the only problem. |
Thanks @rahul-malik |
@ulfjack @buchgr - I'm resubmitting bazelbuild#3984 on behalf of @mterring to get past CLA issues that are holding it up from merging. This is a temporary fix for the issue bazelbuild#3891 while we wait for bazelbuild#4011 to be reviewed and tested Closes bazelbuild#4188. PiperOrigin-RevId: 177276751
@ulfjack @buchgr - I'm resubmitting bazelbuild/bazel#3984 on behalf of @mterring to get past CLA issues that are holding it up from merging. This is a temporary fix for the issue bazelbuild/bazel#3891 while we wait for bazelbuild/bazel#4011 to be reviewed and tested Closes #4188. PiperOrigin-RevId: 177276751
While this doesn't implement directory support requested in #3891 it does allow the build to continue and succeed by skipping cache checks for directories.