You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the runners have an older version of lima already installed
via brew. We don't want/need that, as it can confuse our testing.
Also it currently seems to break upgrading, which looks like a brew issue:
```
==> Upgrading lima
0.12.0 -> 0.13.0
==> Pouring lima--0.13.0.monterey.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/apptainer.lima
Target /usr/local/bin/apptainer.lima
already exists. You may want to remove it:
rm '/usr/local/bin/apptainer.lima'
To force the link and overwrite all conflicting files:
brew link --overwrite lima
To list all files that would be deleted:
brew link --overwrite --dry-run lima
Possible conflicting files are:
/usr/local/bin/apptainer.lima
/usr/local/bin/docker.lima
/usr/local/bin/lima
/usr/local/bin/limactl
...
```
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments