Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 48cfe2e

Browse files
authored
Opt dashing_postprocess.dart out of null safety until we figure out why (#116786)
it complains about some library being unsound.
1 parent eefbe85 commit 48cfe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function create_docset() {
5959
dashing_pid=$!
6060
wait $dashing_pid && \
6161
cp ./doc/flutter/static-assets/favicon.png ./flutter.docset/icon.png && \
62-
"$DART" --disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
62+
"$DART" --no-sound-null-safety --disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
6363
tar cf flutter.docset.tar.gz --use-compress-program="gzip --best" flutter.docset
6464
if [[ $? -ne 0 ]]; then
6565
>&2 echo "Dashing docset generation failed"

0 commit comments

Comments
 (0)