-
Notifications
You must be signed in to change notification settings - Fork 125
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
Bump Android SDK target to 33 #2246
Conversation
d8a5e2b
to
b90643d
Compare
The robolectric bump is needed for API 33 support. Looks like there's a few test failures still: Data recorded before Glean inits must not get into overdue pings
Glean must preserve lifetime application metrics across runs
collectMetricsPing must correctly trigger the collection of the metrics ping
|
IIUC, this is dying in code that was effectively a workaround for old WorkManager bugs? Is it possible we can just try removing the workaround? |
It doesn't fail for me locally, so this might warrant a closer look again on what's actually going on. |
see. Second run of it on CircleCI went fine :D -- now I'm even more confused, but I'd be okay with merging and handling upcoming failures as followups. |
Weird, looks like android-build-pr is green now too. The rust-beta-tests failure looks unrelated to this change, but I don't have scopes to rerun the failed job to prove it. |
yeah, the beta test is unrelated (and not required, I'm fixing it over in #2250 ) |
No description provided.