-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix(devenv): downgrade to colima 0.6.6 #67071
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -177,6 +178,7 @@ def ensure_docker_cli_context(context: str): | |||
|
|||
config["currentContext"] = context | |||
|
|||
os.makedirs(config_dir, exist_ok=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smaller patch: os.makedirs(os.path.dirname(config_file), exist_ok=True)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #67071 +/- ##
==========================================
- Coverage 84.27% 83.12% -1.15%
==========================================
Files 5307 5307
Lines 237299 237292 -7
Branches 41053 41053
==========================================
- Hits 199972 197257 -2715
- Misses 37109 39817 +2708
Partials 218 218 |
haven't done a full reset on my macos-14 M1 in a while so haven't noticed till now but 0.6.8 stalls during disk conversion
colima delete
and remove~/Library/Caches/lima
,~/.colima
to get to a state where you can then repro with colima startref: abiosoft/colima#930