Skip to content
This repository was archived by the owner on Feb 22, 2023. 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/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2518218
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47c380a
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Mar 4, 2021

  1. Update CI config for Flutter 2 (#3674)

    Includes cleanup to simplify our setup. Major changes:
    - Eliminate the NNBD plugin filtering for stable.
    - Remove the temporarily-added beta branch testing.
    - Enable Linux, macOS, and web on stable (Windows is LUCI-based)
    - Combine the two different macOS matrix configurations now that they
      are the same.
    - Combine the two different Linux matrix configurations by using a single
      Dockerfile (which now also includes clang-format)
      - The web integration smoke test temporarily still uses the old Dockerfile,
        now renamed, because the driver installer script doesn't support
        Chrome 89 yet.
    - Move most of the Linux tasks to lower-CPU machines to allow more
      tasks to run in parallel without hitting the community limit.
    - Reorder the tasks slightly and give them comments to identify
      platform groupings
    - Enabled web "build all plugins together" and "build all examples"
      tests
    stuartmorgan-g authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    47c380a View commit details
    Browse the repository at this point in the history
Loading