WAI
Status Update
Comments
so...@google.com <so...@google.com> #2
Is this fixed? I'm still seeing this issue with AGP 8.1.0-beta01 + Gradle 8.1
to...@hofstadter.io <to...@hofstadter.io> #3
The fix has not been landed.
to...@hofstadter.io <to...@hofstadter.io> #4
Due to this bug in CI we hit configuration cache invalidation 100% of the time. Can we make sure the fix lands soon? And especially before 8.1.0 stable.
so...@google.com <so...@google.com> #5
I cc'ed you on the CL which should be landed this week.
to...@hofstadter.io <to...@hofstadter.io> #6
Aurimas, is this 8.1 blocking for Androidx? If not, feel free to remove the "Blocking release" label.
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Trying to "gcloud compute image list --filter" with 3 AND clauses. No amount of parenthesis works. Each pair works. ( <> AND <> ) OR <> works, but replacing OR with AND does not.
What you expected to happen:
That the filter flag supports 3+ AND clauses
Steps to reproduce:
try and list images with 3 AND clauses
Other information (workarounds you have tried, documentation consulted, etc):