From: Liam Merwick Date: Wed, 5 Feb 2020 14:56:02 +0000 (+0000) Subject: travis.yml: install rpm2cpio for acceptance tests X-Git-Tag: v5.0.0-rc0~101^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a837088928401f2daf7b41a5230361f183c1794;p=thirdparty%2Fqemu.git travis.yml: install rpm2cpio for acceptance tests The extract_from_rpm() method added for the PVH acceptance tests needs rpm2cpio to extract a vmlinux binary from an RPM. Signed-off-by: Liam Merwick Reviewed-by: Stefano Garzarella Reviewed-by: Philippe Mathieu-Daudé Message-Id: <1580914565-19675-4-git-send-email-liam.merwick@oracle.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/.travis.yml b/.travis.yml index 6c0ec6cf69f..54e1d12762b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -323,6 +323,7 @@ matrix: - python3-pil - python3-pip - python3.5-venv + - rpm2cpio - tesseract-ocr - tesseract-ocr-eng