We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b5ab0 commit 4e52456Copy full SHA for 4e52456
.github/workflows/test.yml
@@ -132,8 +132,8 @@ jobs:
132
- name: Install vde_switch and vde_vmnet
133
if: matrix.example == 'vmnet.yaml'
134
env:
135
- # 2021-08-31
136
- VDE2_VERSION: 50964c3fb0776e82f8bd1ecdc527683966f3d52c
+ # 2021-09-21
+ VDE2_VERSION: 534a09453f956f8f545ba4fe37413be1a139314d
137
# 2021-09-15
138
VDE_VMNET_VERSION: v0.5.1
139
run: |
@@ -145,7 +145,7 @@ jobs:
145
cd vde-2
146
git checkout $VDE2_VERSION
147
autoreconf -fis
148
- ./configure --prefix=/opt/vde
+ ./configure --prefix=/opt/vde --disable-python
149
make
150
sudo make install
151
)
0 commit comments