chore: Update Flutter version #353
+3
−3
Merged
Cirrus CI / flutter:latest
failed
Feb 12, 2025 in 42s
Task Summary
Instruction ci failed in 00:32
Details
✅ 00:00 clone
✅ 00:01 version
✅ 00:04 setup
❌ 00:32 ci
Updating files: 85% (12490/14694)
Updating files: 86% (12637/14694)
Updating files: 87% (12784/14694)
Updating files: 88% (12931/14694)
Updating files: 89% (13078/14694)
Updating files: 90% (13225/14694)
Updating files: 91% (13372/14694)
Updating files: 92% (13519/14694)
Updating files: 93% (13666/14694)
Updating files: 94% (13813/14694)
Updating files: 95% (13960/14694)
Updating files: 96% (14107/14694)
Updating files: 97% (14254/14694)
Updating files: 98% (14401/14694)
Updating files: 99% (14548/14694)
Updating files: 100% (14694/14694)
Updating files: 100% (14694/14694), done.
#7 DONE 10.4s
#8 [linux/arm64 2/4] RUN git clone --depth 1 --branch 3.29.0 https://github.com/flutter/flutter.git /sdks/flutter
#8 0.625 Cloning into '/sdks/flutter'...
#8 ...
#9 [linux/amd64 3/4] RUN yes | flutter doctor --android-licenses && flutter doctor && chown -R root:root /sdks/flutter
#9 0.220 Woah! You appear to be trying to run flutter as root.
#9 0.220 We strongly recommend running the flutter tool without superuser privileges.
#9 0.220 /
#9 0.220 📎
#9 0.233 fatal: Not a valid object name origin/master
#9 ERROR: process "/bin/sh -c yes | flutter doctor --android-licenses && flutter doctor && chown -R root:root ${FLUTTER_HOME}" did not complete successfully: exit code: 128
#8 [linux/arm64 2/4] RUN git clone --depth 1 --branch 3.29.0 https://github.com/flutter/flutter.git /sdks/flutter
#8 CANCELED
------
> [linux/amd64 3/4] RUN yes | flutter doctor --android-licenses && flutter doctor && chown -R root:root /sdks/flutter:
0.220 Woah! You appear to be trying to run flutter as root.
0.220 We strongly recommend running the flutter tool without superuser privileges.
0.220 /
0.220 📎
0.233 fatal: Not a valid object name origin/master
------
WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
�[33m2 warnings found (use --debug to expand):
�[0m - UndefinedVar: Usage of undefined variable '$HOME' (line 8)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 12)
Dockerfile:16
--------------------
15 |
16 | >>> RUN yes | flutter doctor --android-licenses \
17 | >>> && flutter doctor \
18 | >>> && chown -R root:root ${FLUTTER_HOME}
19 |
--------------------
ERROR: failed to solve: process "/bin/sh -c yes | flutter doctor --android-licenses && flutter doctor && chown -R root:root ${FLUTTER_HOME}" did not complete successfully: exit code: 128
����
Loading