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

Conversation

@godofredoc
Copy link
Contributor

@godofredoc godofredoc commented Jun 26, 2022

Generates a gen_snapshot archive for windows. The reason it is a separate target is that names and paths are completely different and adding them to the same target will be confusing.

Bug: flutter/flutter#81855

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 Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • 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.

# BUG: https://github.com/flutter/flutter/issues/105351
zip_bundle("new_gen_snapshot") {
gen_snapshot_bin = "gen_snapshot"
gen_snapshot_path = rebase_path("$root_out_dir/clang_x64/$gen_snapshot_bin")
Copy link
Member

Choose a reason for hiding this comment

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

I'd suggest getting this path from get_label_info(). Should be something like:

gen_snapshot_out_dir = get_label_info("//third_party/dart/runtime/bin:gen_snapshot($host_toolchain)", "root_out_dir")
rebase_path("$gen_snapshot_out_dir/$gen_snapshot_bin")

This will make it easier to support compilation on arm64 Macs when it comes time for that since the host toolchain will put things under something like clang_arm64. It looks like a similar change would be helpful above in some other targets as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@godofredoc godofredoc added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 1, 2022
@auto-submit auto-submit bot merged commit ae958c9 into flutter:main Jul 1, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 1, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 1, 2022
@godofredoc godofredoc deleted the archive_win_gen_snapshot branch January 12, 2024 19:48
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 platform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants