diff mbox series

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

Message ID 20240320104144.823425-3-thuth@redhat.com
State New
Headers show
Series Updates for the .travis.yml file | expand

Commit Message

Thomas Huth March 20, 2024, 10:41 a.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé March 20, 2024, 11:11 a.m. UTC | #1
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
diff mbox series

Patch

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