Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Exclude camera from nnbd and non-nnbd
  • Loading branch information
mvanbeusekom committed Feb 8, 2021
commit 051b6a04cb0c4e699dd145d567d719993649730f
1 change: 0 additions & 1 deletion script/build_all_plugins_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ source "$SCRIPT_DIR/nnbd_plugins.sh"
check_changed_packages > /dev/null

readonly EXCLUDED_PLUGINS_LIST=(
"camera_platform_interface"
"connectivity_macos"
"connectivity_platform_interface"
"connectivity_web"
Expand Down
2 changes: 1 addition & 1 deletion script/nnbd_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
readonly NNBD_PLUGINS_LIST=(
"android_intent"
"battery"
"camera_platform_interface"
"camera"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, remove "camera" from the NON_NNBD_PLUGINS_LIST below. Otherwise this plugin won't be tested neither in master, nor stable :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggested this to fix the failing build_all_plugins test. camera has a conflict with google_sign_in while camera_platform_interface has a conflict with google_maps_flutter. I suggested that we keep them excluded from both until the camera plugin is migrated.

The alternative to this would be to remove the camera plugin from the build_all_plugins test and run the camera tests on master. Would that be alright?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh, I see! As this is right now, build_all_plugins is already not building the camera plugin, right? As long as some 'camera' tests run in some shard in master, it's probably enough!

"connectivity"
"cross_file"
"device_info"
Expand Down