From 73174240833a254a893a0167a8e1c65853c49220 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Tue, 8 Jul 2025 13:45:01 -0400 Subject: [PATCH] Fix CI (#2690) Update repository for next Flutter release ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I have added sample code updates to the [changelog]. - [x] I updated/added relevant documentation (doc comments with `///`). If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md [changelog]: ../CHANGELOG.md --- tool/flutter_ci_script_master.sh | 6 +++--- tool/flutter_ci_script_stable.sh | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index 89b1f0979..6cf313167 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -20,11 +20,11 @@ declare -ar PROJECT_NAMES=( "asset_transformation" "background_isolate_channels" "code_sharing/client" - #TODO(ewindmill): The integration tests are failing + # TODO(ewindmill): The integration tests are failing # "code_sharing/server" "code_sharing/shared" "compass_app/app" - #TODO(ewindmill): The integration tests are failing + # TODO(ewindmill): The integration tests are failing # "compass_app/server" "context_menus" "date_planner" @@ -40,7 +40,7 @@ declare -ar PROJECT_NAMES=( "infinite_list" "ios_app_clip" # TODO(ewindmill): replace deprecated activeColor with activeThumbColor in 3.33 -# "isolate_example" + # "isolate_example" # TODO(ewindmill) - RadioGroup api changed. # "material_3_demo" "navigation_and_routing" diff --git a/tool/flutter_ci_script_stable.sh b/tool/flutter_ci_script_stable.sh index 7f65f3df4..ba5eb35a2 100755 --- a/tool/flutter_ci_script_stable.sh +++ b/tool/flutter_ci_script_stable.sh @@ -36,21 +36,21 @@ declare -ar PROJECT_NAMES=( "google_maps" "infinite_list" "ios_app_clip" + # TODO(ewindmill) For all the following 4 -- Uncomment when 3.34 goes stable. I updated too soon. # "isolate_example" # "material_3_demo" + # "platform_channels" + # "platform_design" "navigation_and_routing" "pedometer" "pedometer/example" "place_tracker" - # "platform_channels" - "platform_design" "platform_view_swift" "provider_counter" "provider_shopper" "simple_shader" "simplistic_calculator" -# TODO(@ewindmill) - -# "simplistic_editor" + # "simplistic_editor" "testing_app" "veggieseasons" "web_embedding/element_embedding_demo"