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 intoJun 17, 2021
Merged
Conversation
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
chinmaygarde
approved these changes
Jun 17, 2021
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 |
Contributor
Author
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
added a commit
that referenced
this pull request
Jun 17, 2021
This reverts commit e274d31.
godofredoc
added a commit
that referenced
this pull request
Jun 17, 2021
godofredoc
added a commit
that referenced
this pull request
Jun 18, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
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)
This was referenced Jun 19, 2021
Merged
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 20, 2021
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.