-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Reinstate --depth=1000
in cloning Flutter, once Flutter has a new tag
#1204
Labels
a-tools
Our own development tooling, scripts, and infrastructure
Milestone
Comments
chrisbobbe
added a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Dec 26, 2024
gnprice
pushed a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Dec 27, 2024
Gaurav-Kushwaha-1225
pushed a commit
to Gaurav-Kushwaha-1225/zulip-flutter
that referenced
this issue
Jan 8, 2025
Gaurav-Kushwaha-1225
pushed a commit
to Gaurav-Kushwaha-1225/zulip-flutter
that referenced
this issue
Jan 8, 2025
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 24, 2025
…ack later" This reverts commit 2b99578. Fixes: zulip#1204 Signed-off-by: Zixuan James Li <[email protected]>
rishichirchi
pushed a commit
to rishichirchi/zulip-flutter
that referenced
this issue
Feb 7, 2025
…ack later" This reverts commit 2b99578. Fixes: zulip#1204 Signed-off-by: Zixuan James Li <[email protected]>
github-actions bot
pushed a commit
that referenced
this issue
Feb 12, 2025
…ack later" This reverts commit 2b99578. Fixes: #1204 Signed-off-by: Zixuan James Li <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flutter
main
now has well over a thousand commits since the most recent tag:These are migrated engine commits from the merge of flutter/engine into the flutter/flutter monorepo.
Anyway, when we do a shallow clone with
--depth=1000
, CI can't see the most recent tag, which is needed:So we'll be temporarily removing the
--depth=1000
, to do a full clone instead of a shallow clone. See discussion: #1184 (comment)That change will slow down CI, so this issue is to reinstate the
--depth=1000
once Flutter makes a new tag.The text was updated successfully, but these errors were encountered: