File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
22
# so that Flutter knows its version and sees the constraint in our
23
23
# pubspec is satisfied. It's uncommon for flutter/flutter to go
24
24
# more than 100 commits between tags. Fetch 1000 for good measure.
25
+ # TODO(upstream): Around 2025-05, Flutter upstream stopped making
26
+ # tags within the main/master branch. Get that fixed:
27
+ # https://github.com/zulip/zulip-flutter/issues/1710
28
+ # Pending that, fetch more than 1000 commits.
25
29
run : |
26
- git clone --depth=1000 -b main https://github.com/flutter/flutter ~/flutter
30
+ git clone --depth=3000 -b main https://github.com/flutter/flutter ~/flutter
27
31
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
28
32
echo ~/flutter/bin >> "$GITHUB_PATH"
29
33
Original file line number Diff line number Diff line change 29
29
# so that Flutter knows its version and sees the constraint in our
30
30
# pubspec is satisfied. It's uncommon for flutter/flutter to go
31
31
# more than 100 commits between tags. Fetch 1000 for good measure.
32
+ # TODO(upstream): See ci.yml for why we fetch more than 1000.
32
33
run : |
33
- git clone --depth=1000 -b main https://github.com/flutter/flutter ~/flutter
34
+ git clone --depth=3000 -b main https://github.com/flutter/flutter ~/flutter
34
35
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
35
36
echo ~/flutter/bin >> "$GITHUB_PATH"
36
37
You can’t perform that action at this time.
0 commit comments