Skip to content

Commit

Permalink
Merge flutter/plugins (flutter#3233)
Browse files Browse the repository at this point in the history
Merges everything from the packages/ directory of flutter/plugins (which
is essentially the entire remaining repository) into this repository,
completing the core of the repository merge.

Part of flutter/flutter#113764
  • Loading branch information
stuartmorgan authored Feb 22, 2023
2 parents 69e6dac + 324a7f2 commit 2e16733
Show file tree
Hide file tree
Showing 4,492 changed files with 377,385 additions and 35 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 10 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ task:
### Platform-agnostic tasks ###
- name: dart_unit_tests
env:
matrix:
PACKAGE_SHARDING: "--shardIndex 0 --shardCount 2"
PACKAGE_SHARDING: "--shardIndex 1 --shardCount 2"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
Expand Down Expand Up @@ -315,7 +318,13 @@ task:
build_script:
- ./script/tool_runner.sh build-examples --web
drive_script:
- ./script/tool_runner.sh drive-examples --web --exclude=script/configs/exclude_integration_web.yaml
# TODO(stuartmorgan): Figure out why url_launcher_web is failing on stable and re-enable it:
# https://github.com/flutter/flutter/issues/121161
- if [[ "$CHANNEL" == "master" ]]; then
- ./script/tool_runner.sh drive-examples --web --exclude=script/configs/exclude_integration_web.yaml
- else
- ./script/tool_runner.sh drive-examples --web --exclude=script/configs/exclude_integration_web.yaml,url_launcher_web
- fi
- name: web_benchmarks_test
env:
matrix:
Expand Down
Loading

0 comments on commit 2e16733

Please sign in to comment.