Skip to content

Commit

Permalink
Merge branch 'flutter:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen authored Sep 26, 2022
2 parents 640db39 + 45d6e0d commit 892aac0
Show file tree
Hide file tree
Showing 183 changed files with 4,562 additions and 1,468 deletions.
2 changes: 1 addition & 1 deletion .ci/flutter_master.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
66c306b452282016e4a146a8f1c11f44836560f1
64f84f6a47d276e4d79cb10c203adbddeeeae336
2 changes: 1 addition & 1 deletion .ci/flutter_stable.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ffccd96b62ee8cec7740dab303538c5fc26ac543
e3c29ec00c9c825c891d75054c63fcc46454dca1
14 changes: 5 additions & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ macos_intel_template: &MACOS_INTEL_TEMPLATE
macos_arm_template: &MACOS_ARM_TEMPLATE
<< : *MACOS_TEMPLATE
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:13.4
image: ghcr.io/cirruslabs/macos-ventura-xcode:14

# Light-workload Linux tasks.
# These use default machines, with fewer CPUs, to reduce pressure on the
Expand All @@ -85,20 +85,16 @@ task:
- cd script/tool
- dart pub run test
- name: publishable
env:
CHANGE_DESC: "$TMPDIR/change-description.txt"
version_check_script:
# For pre-submit, pass the PR label, as well as the PR description or
# incremental commit message (for Dependabot checks), to the script to
# allow for version check overrides.
# For pre-submit, pass the PR labels to the script to allow for version
# check overrides.
# For post-submit, ignore platform version breaking version changes and
# missing version/CHANGELOG detection since the overrides aren't
# missing version/CHANGELOG detection since the labels aren't
# available outside of the context of the PR.
- if [[ $CIRRUS_PR == "" ]]; then
- ./script/tool_runner.sh version-check --ignore-platform-interface-breaks
- else
- echo "$CIRRUS_CHANGE_MESSAGE" > "$CHANGE_DESC"
- ./script/tool_runner.sh version-check --check-for-missing-changes --change-description-file="$CHANGE_DESC" --pr-labels="$CIRRUS_PR_LABELS"
- ./script/tool_runner.sh version-check --check-for-missing-changes --pr-labels="$CIRRUS_PR_LABELS"
- fi
publish_check_script: ./script/tool_runner.sh publish-check
- name: format
Expand Down
Loading

0 comments on commit 892aac0

Please sign in to comment.