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

Commit 0d53794

Browse files
committed
turned the ci hack back on
1 parent 72c6a87 commit 0d53794

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/lint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ if [ ! -f "$COMPILE_COMMANDS" ]; then
4141
(cd "$SRC_DIR"; ./flutter/tools/gn)
4242
fi
4343

44+
45+
cd $SRC_DIR
46+
flutter/tools/gn --ios
47+
4448
echo "$(date +%T) Running clang_tidy"
4549

4650
cd "$SCRIPT_DIR"
@@ -49,6 +53,8 @@ cd "$SCRIPT_DIR"
4953
"$SRC_DIR/flutter/tools/clang_tidy/bin/main.dart" \
5054
--src-dir="$SRC_DIR" \
5155
--mac-host-warnings-as-errors="$MAC_HOST_WARNINGS_AS_ERRORS" \
56+
--shard-variants="ios_debug" \
57+
--shard-id=0 \
5258
"$@"
5359

5460
echo "$(date +%T) Running pylint"

0 commit comments

Comments
 (0)