Skip to content

Commit 7f4a91e

Browse files
committed
brew pin libslirp
Thanks to jandubois for the info (comment in PR 56) Signed-off-by: Akihiro Suda <[email protected]>
1 parent 958c8bf commit 7f4a91e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
cd /tmp
7272
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a53ffe2362d2a7e55fd1a8a9bc71c1ec15bb00/Formula/libslirp.rb
7373
brew install ./libslirp.rb
74+
brew pin libslirp
7475
rm -f libslirp.rb
7576
- name: Install test dependencies
7677
# QEMU: required by Lima itself

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ If you have libslirp v4.6.0 in `/usr/local/Cellar/libslirp`, you have to downgra
8686
brew uninstall --ignore-dependencies libslirp
8787
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a53ffe2362d2a7e55fd1a8a9bc71c1ec15bb00/Formula/libslirp.rb
8888
brew install ./libslirp.rb
89+
brew pin libslirp
8990
```
9091

9192
### Requirements (ARM Mac)
@@ -302,6 +303,7 @@ If you have libslirp v4.6.0 in `/usr/local/Cellar/libslirp`, you have to downgra
302303
brew uninstall --ignore-dependencies libslirp
303304
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a53ffe2362d2a7e55fd1a8a9bc71c1ec15bb00/Formula/libslirp.rb
304305
brew install ./libslirp.rb
306+
brew pin libslirp
305307
```
306308

307309
#### error "field SSHPubKeys must be set"

0 commit comments

Comments
 (0)