ci: Build umockdev from git for pcap replay support
This commit is contained in:
parent
0edae7b641
commit
c989cc4b95
1 changed files with 10 additions and 1 deletions
|
@ -160,4 +160,13 @@ container_fedora_build:
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
|
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
|
||||||
# a list of packages to install
|
# a list of packages to install
|
||||||
FDO_DISTRIBUTION_PACKAGES: $LIBFPRINT_DEPENDENCIES
|
FDO_DISTRIBUTION_PACKAGES:
|
||||||
|
$LIBFPRINT_DEPENDENCIES
|
||||||
|
vala
|
||||||
|
libpcap-devel
|
||||||
|
libudev-devel
|
||||||
|
FDO_DISTRIBUTION_EXEC: |
|
||||||
|
git clone https://github.com/martinpitt/umockdev.git && \
|
||||||
|
cd umockdev && \
|
||||||
|
meson _build --prefix=/usr && \
|
||||||
|
ninja -C _build && ninja -C _build install
|
||||||
|
|
Loading…
Reference in a new issue