Skip to content

Commit

Permalink
[ci] Remove null safety experiment flag (flutter#24392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Hillers authored Feb 16, 2021
1 parent bee0d2a commit 8490ec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ task:
bin/flutter analyze --dartdocs --flutter-repo --local-engine=host_debug_unopt
test_framework_script: |
cd $FRAMEWORK_PATH/flutter/packages/flutter
../../bin/flutter test --local-engine=host_debug_unopt --null-assertions --sound-null-safety --enable-experiment=non-nullable
../../bin/flutter test --local-engine=host_debug_unopt --null-assertions --sound-null-safety
# TODO(fujino): remove this once ci/licenses.sh is run on LUCI
- name: licenses_check
build_script: |
Expand Down
1 change: 0 additions & 1 deletion ci/analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ echo "Analyzing dart:ui library..."
autoninja -C "$SRC_DIR/out/host_debug_unopt" generate_dart_ui
analyze \
--options "$FLUTTER_DIR/analysis_options.yaml" \
--enable-experiment=non-nullable \
"$SRC_DIR/out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart"

echo "Analyzing flutter_frontend_server..."
Expand Down

0 comments on commit 8490ec2

Please sign in to comment.