Skip to content

Commit 17db6bf

Browse files
huthstsquad
authored andcommitted
gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend
The libvdeplug-dev package is required to compile-test net/vde.c. Signed-off-by: Thomas Huth <[email protected]> Message-Id: <[email protected]> Signed-off-by: Alex Bennée <[email protected]>
1 parent b08c2ae commit 17db6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_script:
55
build-system1:
66
script:
77
- apt-get install -y -qq libgtk-3-dev libvte-dev nettle-dev libcacard-dev
8-
libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev
8+
libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev libvdeplug-dev
99
- ./configure --enable-werror --target-list="aarch64-softmmu alpha-softmmu
1010
cris-softmmu hppa-softmmu lm32-softmmu moxie-softmmu microblazeel-softmmu
1111
mips64el-softmmu m68k-softmmu ppc-softmmu riscv64-softmmu sparc-softmmu"

0 commit comments

Comments
 (0)