[ci] Allow mustache_template deps#11882
Conversation
`mustache_template` was moved to flutter/core-packages, but I didn't realize that `google_fonts` uses it in its generator. Now that it's not in-repo, that requires an explicit allowance so that pubspec validation passes.
|
This is blocking the roller (and any other PR that runs all tests). There's an interesting edge case here where removing a package doesn't trigger full-repo tests, so this wasn't caught in presubmit (or even postsubmit) for my PR. |
|
It looks like this pull request may not have tests. Please make sure to add tests or get an explicit test exemption before merging. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. If you believe this PR qualifies for a test exemption, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!). The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group. |
|
test-exempt: fixes a broken CI test ( |
…r#187928) flutter/packages@1b56cde...b78ad83 2026-06-12 48776784+mackings@users.noreply.github.com [camera] Fix web facingMode capability handling (flutter/packages#11728) 2026-06-11 engine-flutter-autoroll@skia.org Roll Flutter from c0a1129 to 8bdce07 (13 revisions) (flutter/packages#11885) 2026-06-11 github.com@h-h.win [pigeon] make swift enum CaseIterable (flutter/packages#11702) 2026-06-11 engine-flutter-autoroll@skia.org Roll Flutter from 66aaa9a to c0a1129 (17 revisions) (flutter/packages#11881) 2026-06-10 stuartmorgan@google.com [ci] Allow mustache_template deps (flutter/packages#11882) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#187928) flutter/packages@1b56cde...b78ad83 2026-06-12 48776784+mackings@users.noreply.github.com [camera] Fix web facingMode capability handling (flutter/packages#11728) 2026-06-11 engine-flutter-autoroll@skia.org Roll Flutter from c0a1129 to 8bdce07 (13 revisions) (flutter/packages#11885) 2026-06-11 github.com@h-h.win [pigeon] make swift enum CaseIterable (flutter/packages#11702) 2026-06-11 engine-flutter-autoroll@skia.org Roll Flutter from 66aaa9a to c0a1129 (17 revisions) (flutter/packages#11881) 2026-06-10 stuartmorgan@google.com [ci] Allow mustache_template deps (flutter/packages#11882) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
mustache_templatewas moved to flutter/core-packages, but I didn't realize thatgoogle_fontsuses it in its generator. Now that it's not in-repo, that requires an explicit allowance so that pubspec validation passes.