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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 269aa69
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8701a9a
Choose a head ref
  • 4 commits
  • 19 files changed
  • 2 contributors

Commits on Apr 8, 2024

  1. Run local_engine.json builds in prod (#51931)

    Finishes part 2 of flutter/flutter#145263.
    
    This required fixing a python script to use the version of Java obtained
    through the DEPS file rather than one assumed to exist in the
    environment.
    zanderso authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    37fed97 View commit details
    Browse the repository at this point in the history
  2. [et] Run GN before looking for targets. Default to build config targe…

    …ts (#51956)
    
    Addresses the notes I left on
    #51868. Mainly fixes an issue in
    which the `build`, `query`, and `test` commands would fail if GN had not
    yet been run for the requested configuration. Instead, in this PR, if
    the build output directory doesn't exist yet, then it will run GN before
    querying the targets.
    
    Additionally, for the `build` command, if no targets are specified on
    the command line, the PR uses the targets in the build config as the
    default rather than all targets. `query` and `test` keep the same
    behavior.
    zanderso authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    937e518 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c79bef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8701a9a View commit details
    Browse the repository at this point in the history
Loading