Skip to content
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

[tool] Update build-all app creation #7955

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

stuartmorgan
Copy link
Contributor

Minor cleanup of the script to create the build-all app, mostly for Android:

  • Don't override the minSdk to 21, since the Flutter-provided value is now 21 already.
  • Don't enable multidex, since that isn't necessary for minSdk 20+.
  • Remove camera_android_camerax from the direct dependency list, not camera_android, now that the endorsement has switched. This will return us to the previous, intended behavior of testing that both versions build together.
  • If for some reason the Dart SDK isn't detected, use 3.0.0+ instead of 2.12.0+.

Minor cleanup of the script to create the build-all app, mostly for
Android:
- Don't override the minSdk to 21, since the Flutter-provided value is
  now 21 already.
- Don't enable multidex, since that isn't necessary for minSdk 20+.
- If for some reason the Dart SDK isn't detected, use 3.0.0+ instead of
  2.12.0+.
- Remove camera_android_camerax from the direct dependency list, not
  camera_android, now that the endorsement has switched. This will
  return us to the previous, intended behavior of testing that both
  versions build together.
@flutter-dashboard

This comment was marked as resolved.

@stuartmorgan stuartmorgan added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 29, 2024
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 29, 2024
Copy link
Contributor

auto-submit bot commented Oct 29, 2024

auto label is removed for flutter/packages/7955, due to - The status or check suite Mac_arm64 macos_platform_tests master - packages has failed. Please fix the issues identified (or deflake) before re-applying this label.

@gmackall gmackall added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 29, 2024
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 30, 2024
Copy link
Contributor

auto-submit bot commented Oct 30, 2024

auto label is removed for flutter/packages/7955, due to - The status or check suite Mac_arm64 macos_platform_tests master - packages has failed. Please fix the issues identified (or deflake) before re-applying this label.

@stuartmorgan stuartmorgan added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 30, 2024
Copy link
Contributor

auto-submit bot commented Oct 30, 2024

auto label is removed for flutter/packages/7955, due to - The status or check suite Linux_android android_device_tests_shard_1 master has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 30, 2024
@stuartmorgan stuartmorgan added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 30, 2024
@auto-submit auto-submit bot merged commit 7cc1caa into flutter:main Oct 30, 2024
76 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 30, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Oct 30, 2024
flutter/packages@028027e...7cc1caa

2024-10-30 [email protected] [tool] Update build-all app creation (flutter/packages#7955)
2024-10-30 [email protected] Disable two lint rules which are being removed. (flutter/packages#7959)
2024-10-29 [email protected] Bump `path_provider_android` to `^2.2.5` due to Android v1 embedder. (flutter/packages#7935)
2024-10-29 [email protected] Roll Flutter from 3fb95c7 to 42132e8 (19 revisions) (flutter/packages#7958)
2024-10-29 [email protected] [webview_flutter] Fix macOS 14+ test hangs (flutter/packages#7953)

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 [email protected] 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants