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

Remove autoninja calls from the analyze script.#26752

Merged
godofredoc merged 8 commits into
flutter-team-archive:masterfrom
godofredoc:remove_autoninja_analyze
Jun 17, 2021
Merged

Remove autoninja calls from the analyze script.#26752
godofredoc merged 8 commits into
flutter-team-archive:masterfrom
godofredoc:remove_autoninja_analyze

Conversation

@godofredoc

Copy link
Copy Markdown
Contributor

Calling autoninja from this script is preventing the roll of new depot
tools that requires autoninja to run from inside a goma context.

Bug: flutter/flutter#84618

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.
  • The reviewer has submitted any presubmit flakes in this PR using the engine presubmit flakes form before re-triggering the failure.

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

Calling autoninja from this script is preventing the roll of new depot
tools that requires autoninja to run from inside a goma context.

Bug: flutter/flutter#84618
@google-cla google-cla Bot added the cla: yes label Jun 15, 2021
@chinmaygarde

Copy link
Copy Markdown
Contributor

Not sure if the presubmit failure was related. I re-ran the test and filed a report. Perhaps the targets still need to be built, just not with autoninja.

@godofredoc

Copy link
Copy Markdown
Contributor Author

Not sure if the presubmit failure was related. I re-ran the test and filed a report. Perhaps the targets still need to be built, just not with autoninja.

Yes, it was blocked on(https://flutter-review.googlesource.com/c/recipes/+/14720) which was landed this morning. If the presubmit passes the PR is ready to go.

@godofredoc godofredoc merged commit e274d31 into flutter-team-archive:master Jun 17, 2021
@godofredoc godofredoc deleted the remove_autoninja_analyze branch June 17, 2021 21:28
godofredoc added a commit that referenced this pull request Jun 17, 2021
godofredoc added a commit that referenced this pull request Jun 17, 2021
godofredoc added a commit that referenced this pull request Jun 18, 2021
flar pushed a commit to flutter/flutter that referenced this pull request Jun 18, 2021
* 7e449ce Roll Skia from fab6ede2ec1d to 33da72d168d7 (24 revisions) (flutter-team-archive/engine#26790)

* 9d2ab41 Fix windows keyboard: Extended key, delegate order (flutter-team-archive/engine#26757)

* e3f4f2b Roll Dart SDK from 2084c5eeef79 to 914b1c6d1c88 (4 revisions) (flutter-team-archive/engine#26792)

* 4754a23 Roll Skia from 33da72d168d7 to 491282486e34 (1 revision) (flutter-team-archive/engine#26793)

* 6a7f1a9 Roll Skia from 491282486e34 to b2cb817d23d0 (4 revisions) (flutter-team-archive/engine#26795)

* 42d391d Fix a leak of the resource EGL context on Android (flutter-team-archive/engine#26789)

* 4f89b26 Roll Dart SDK from 914b1c6d1c88 to 369366069b83 (1 revision) (flutter-team-archive/engine#26799)

* 6e9444b Roll Skia from b2cb817d23d0 to e8502cc73c5d (5 revisions) (flutter-team-archive/engine#26801)

* 86dacc0 Revert "Support scrolling in iOS accessibility (#26671)" (flutter-team-archive/engine#26803)

* 0cbaa80 Disable Skia reduceOpsTaskSplitting option (flutter-team-archive/engine#26568)

* b9761b2 Roll Skia from e8502cc73c5d to 8e814b3be082 (6 revisions) (flutter-team-archive/engine#26805)

* e274d31 Remove autoninja calls from the analyze script. (flutter-team-archive/engine#26752)

* 399917c Revert "Remove autoninja calls from the analyze script. (#26752)" (flutter-team-archive/engine#26812)

* b9616ca Roll Dart SDK from 369366069b83 to 0796dd6c7bcf (1 revision) (flutter-team-archive/engine#26807)
wqyfavor pushed a commit to wqyfavor/engine that referenced this pull request Jun 21, 2021
…#26752)

* Remove autoninja calls from the analyze script.

Calling autoninja from this script is preventing the roll of new depot
tools that requires autoninja to run from inside a goma context.

Bug: flutter/flutter#84618

* Also remove gn commands.

* Comment the gn/ninja commands to build java tests.

* Remove the ninja command.

* Remove steps to build host_debug from tests.

* Assert folder exists.

* Remove outdated code.

* Fix path joining instructions.
wqyfavor pushed a commit to wqyfavor/engine that referenced this pull request Jun 21, 2021
naudzghebre pushed a commit to naudzghebre/engine that referenced this pull request Sep 2, 2021
…#26752)

* Remove autoninja calls from the analyze script.

Calling autoninja from this script is preventing the roll of new depot
tools that requires autoninja to run from inside a goma context.

Bug: flutter/flutter#84618

* Also remove gn commands.

* Comment the gn/ninja commands to build java tests.

* Remove the ninja command.

* Remove steps to build host_debug from tests.

* Assert folder exists.

* Remove outdated code.

* Fix path joining instructions.
naudzghebre pushed a commit to naudzghebre/engine that referenced this pull request Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

2 participants