-
Notifications
You must be signed in to change notification settings - Fork 2
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
colima and lima upgrade #146
Comments
colima 0.7.5 changed the docker socket location (at least for me, since it now uses XDG_CONFIG_HOME, and ~/.colima is removed by us during upgrades), will need to make it conform to the previous after fixing that, it isn't happy with lima 0.19.1 anymore - we still detect colima's unhealthy (after initial start) then the 2nd start fails: |
colima v0.7.5 + limactl 0.23.2 on Macos 14.5 gets past that^ as the double start problem is fixed but then results in
This isn't an issue with ensuring rosetta's running, it's an issue with lima (lima-vm/lima#1182) Only becomes a problem when we try and emulate snuba (sync doesn't cover that, running migrations doesn't require snuba) |
using a locally compiled homebrew works as well https://formulae.brew.sh/api/formula/lima.json unfortunately you need to use structure of brew's tgz blob is slightly different ( |
abiosoft/colima#949 (comment)
the double-start issue has since been fixed - we had a workaround for this before, but it would be good to upgrade past that
it must be noted that lima >=0.23.2 is necessary (see lima-vm/lima#2556)
The text was updated successfully, but these errors were encountered: