Skip to content

Commit

Permalink
CI: install vde2 with --disable-python
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Nov 22, 2021
1 parent c2b5ab0 commit 4e52456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
- name: Install vde_switch and vde_vmnet
if: matrix.example == 'vmnet.yaml'
env:
# 2021-08-31
VDE2_VERSION: 50964c3fb0776e82f8bd1ecdc527683966f3d52c
# 2021-09-21
VDE2_VERSION: 534a09453f956f8f545ba4fe37413be1a139314d
# 2021-09-15
VDE_VMNET_VERSION: v0.5.1
run: |
Expand All @@ -145,7 +145,7 @@ jobs:
cd vde-2
git checkout $VDE2_VERSION
autoreconf -fis
./configure --prefix=/opt/vde
./configure --prefix=/opt/vde --disable-python
make
sudo make install
)
Expand Down

0 comments on commit 4e52456

Please sign in to comment.