Skip to content

Fixes Flutter git clone while Flutter 3.29.1 is not out #362

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

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

davidmartos96
Copy link
Contributor

Workaround for image building in Flutter 3.29 based on flutter/flutter#163308 (comment)

Also updated the android image from cirruslabs/docker-images-android#78

@fkorotkov fkorotkov enabled auto-merge (squash) March 3, 2025 02:34
@fkorotkov fkorotkov merged commit 83cd907 into cirruslabs:master Mar 3, 2025
3 checks passed
@fkorotkov
Copy link
Contributor

Thank for working on this!

# Temporary workaround for https://github.com/flutter/flutter/issues/163308#issuecomment-2676366371
# It will be fixed in Flutter 3.29.1
# Removing this triggers fetching the correct Flutter engine version
RUN cd ${FLUTTER_HOME} && rm engine/src/.gn

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fkorotkov Is it still needed now? When 3.29.1 is out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.29.1 is available as a docker image. I believe this line sholdn't be required now with the new fixes

@davidmartos96 davidmartos96 deleted the fix-flutter-ci branch March 14, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants