Commit 025be88
committed
Remove brew installation of lima
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 <jan.dubois@suse.com>1 parent 082576f commit 025be88
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
0 commit comments