Skip to content

Commit

Permalink
Opt dashing_postprocess.dart out of null safety until we figure out w…
Browse files Browse the repository at this point in the history
…hy (#116786)

it complains about some library being unsound.
  • Loading branch information
a-siva authored Dec 9, 2022
1 parent eefbe85 commit 48cfe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bots/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function create_docset() {
dashing_pid=$!
wait $dashing_pid && \
cp ./doc/flutter/static-assets/favicon.png ./flutter.docset/icon.png && \
"$DART" --disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
"$DART" --no-sound-null-safety --disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
tar cf flutter.docset.tar.gz --use-compress-program="gzip --best" flutter.docset
if [[ $? -ne 0 ]]; then
>&2 echo "Dashing docset generation failed"
Expand Down

0 comments on commit 48cfe2e

Please sign in to comment.