Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[iOS] Delete gen_snapshot_armv7 support #53947

Merged

Conversation

cbracken
Copy link
Member

@cbracken cbracken commented Jul 16, 2024

We dropped support for armv7 iOS devices in:

This eliminates the code (and an unused flag) to deal with producing zip archives including components for the armv7 architecture.

Issue: flutter/flutter#151848

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I just resurfaced from an archaeological dig through our repo history, and I didn't like what I found.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

We dropped support for armv7 iOS devices in:
* Framework: flutter/flutter#97342.
* Buildroot: flutter/buildroot#569
* Engine: #32664
* Recipes:
  * https://flutter-review.googlesource.com/c/recipes/+/29060
  * https://flutter-review.googlesource.com/c/recipes/+/29060 (revert)
  * https://flutter-review.googlesource.com/c/recipes/+/29582 (reland)
* Issue: flutter/flutter#97345

This eliminates the code (and an unused flag) to deal with producing zip
archives including components for the armv7 architecture.
Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cbracken cbracken added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 16, 2024
Copy link
Member

@zanderso zanderso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@auto-submit auto-submit bot merged commit 5b9fc4e into flutter:main Jul 16, 2024
27 checks passed
@cbracken cbracken deleted the delete-ios-gen_snapshot_armv7-support branch July 16, 2024 21:29
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 16, 2024
zanderso pushed a commit to flutter/flutter that referenced this pull request Jul 17, 2024
…151863)

flutter/engine@475980e...5b9fc4e

2024-07-16 [email protected] [iOS] Delete gen_snapshot_armv7 support
(flutter/engine#53947)
2024-07-16 [email protected] Roll Skia from f9422e08a793 to
d1478885de20 (3 revisions) (flutter/engine#53946)
2024-07-16 [email protected] [web] fix unexpected scrolling in
semantics (flutter/engine#53922)
2024-07-16 [email protected] More logs for
Android unsatisfiedLinkError (flutter/engine#53920)
2024-07-16 [email protected] Roll Skia from 9b789b35e109 to
f9422e08a793 (1 revision) (flutter/engine#53944)
2024-07-16 [email protected] Roll Fuchsia Linux SDK from
VlZIUknh6dnA23owe... to C_ze_BbJWtfB9GdOA... (flutter/engine#53941)
2024-07-16 [email protected] Roll Skia from a6ac2f8e82b4 to
9b789b35e109 (1 revision) (flutter/engine#53942)
2024-07-16 [email protected] Roll Skia from 57ae89c0ffae to
a6ac2f8e82b4 (1 revision) (flutter/engine#53940)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from VlZIUknh6dnA to C_ze_BbJWtfB

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[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
TytaniumDev pushed a commit to TytaniumDev/flutter that referenced this pull request Aug 7, 2024
…lutter#151863)

flutter/engine@475980e...5b9fc4e

2024-07-16 [email protected] [iOS] Delete gen_snapshot_armv7 support
(flutter/engine#53947)
2024-07-16 [email protected] Roll Skia from f9422e08a793 to
d1478885de20 (3 revisions) (flutter/engine#53946)
2024-07-16 [email protected] [web] fix unexpected scrolling in
semantics (flutter/engine#53922)
2024-07-16 [email protected] More logs for
Android unsatisfiedLinkError (flutter/engine#53920)
2024-07-16 [email protected] Roll Skia from 9b789b35e109 to
f9422e08a793 (1 revision) (flutter/engine#53944)
2024-07-16 [email protected] Roll Fuchsia Linux SDK from
VlZIUknh6dnA23owe... to C_ze_BbJWtfB9GdOA... (flutter/engine#53941)
2024-07-16 [email protected] Roll Skia from a6ac2f8e82b4 to
9b789b35e109 (1 revision) (flutter/engine#53942)
2024-07-16 [email protected] Roll Skia from 57ae89c0ffae to
a6ac2f8e82b4 (1 revision) (flutter/engine#53940)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from VlZIUknh6dnA to C_ze_BbJWtfB

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[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
Buchimi pushed a commit to Buchimi/flutter that referenced this pull request Sep 2, 2024
…lutter#151863)

flutter/engine@475980e...5b9fc4e

2024-07-16 [email protected] [iOS] Delete gen_snapshot_armv7 support
(flutter/engine#53947)
2024-07-16 [email protected] Roll Skia from f9422e08a793 to
d1478885de20 (3 revisions) (flutter/engine#53946)
2024-07-16 [email protected] [web] fix unexpected scrolling in
semantics (flutter/engine#53922)
2024-07-16 [email protected] More logs for
Android unsatisfiedLinkError (flutter/engine#53920)
2024-07-16 [email protected] Roll Skia from 9b789b35e109 to
f9422e08a793 (1 revision) (flutter/engine#53944)
2024-07-16 [email protected] Roll Fuchsia Linux SDK from
VlZIUknh6dnA23owe... to C_ze_BbJWtfB9GdOA... (flutter/engine#53941)
2024-07-16 [email protected] Roll Skia from a6ac2f8e82b4 to
9b789b35e109 (1 revision) (flutter/engine#53942)
2024-07-16 [email protected] Roll Skia from 57ae89c0ffae to
a6ac2f8e82b4 (1 revision) (flutter/engine#53940)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from VlZIUknh6dnA to C_ze_BbJWtfB

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

3 participants