Skip to content

Commit 7d5463a

Browse files
authored
Merge pull request #32 from lima-vm/bump-vde-2
Bump vde-2 to include ENOBUFS fix for vde_switch
2 parents b5be24f + 1ba8a4d commit 7d5463a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: |
3131
git clone https://github.com/virtualsquare/vde-2.git /tmp/vde-2
3232
cd /tmp/vde-2
33-
# Sep 8, 2021
34-
git checkout 14e1c9e06f4dbdddc6fe4e85fc72a1d583b049ad
33+
# Dec 12, 2021
34+
git checkout 74278b9b7cf816f0356181f387012fdeb6d65b52
3535
autoreconf -fis
3636
./configure --prefix=/opt/vde
3737
make

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Requires macOS 10.15 or later.
1212

1313
### Step 1: Install vde-2 (`vde_switch`)
1414

15-
The version of `vde-2` must be [commit 50964c3f](https://github.com/virtualsquare/vde-2/tree/50964c3f) (2021-08-31) or later.
15+
The version of `vde-2` must be [commit 74278b9b](https://github.com/virtualsquare/vde-2/tree/74278b9b) (2021-12-12) or later.
1616

1717
The `--prefix` dir below does not necessarily need to be `/opt/vde`, however, it is highly recommended
1818
to set the prefix to a directory that can be only written by the root.

0 commit comments

Comments
 (0)