[PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package

Thomas Huth posted 6 patches 1 year, 10 months ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
[PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package
Posted by Thomas Huth 1 year, 10 months ago
Drop the "xfslibs-dev" package which should not be necessary anymore
since commit a5730b8bd3 ("block/file-posix: Simplify the XFS_IOC_DIOINFO
handling").

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a8d1e12190..8a3ae76a7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -220,7 +220,6 @@ jobs:
           - libsnappy-dev
           - libzstd-dev
           - nettle-dev
-          - xfslibs-dev
           - ninja-build
           # Tests dependencies
           - genisoimage
-- 
2.44.0
Re: [PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package
Posted by Philippe Mathieu-Daudé 1 year, 10 months ago
On 20/3/24 11:41, Thomas Huth wrote:
> Drop the "xfslibs-dev" package which should not be necessary anymore
> since commit a5730b8bd3 ("block/file-posix: Simplify the XFS_IOC_DIOINFO
> handling").
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   .travis.yml | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index a8d1e12190..8a3ae76a7c 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -220,7 +220,6 @@ jobs:
>             - libsnappy-dev
>             - libzstd-dev
>             - nettle-dev
> -          - xfslibs-dev
>             - ninja-build
>             # Tests dependencies
>             - genisoimage

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

The rest will be cleaned once this MR gets merged and
we re-run lcitool:
https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/469