diff options
author | Thomas Huth <thuth@redhat.com> | 2024-03-20 11:41:40 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-03-25 09:57:32 +0100 |
commit | 8c37f869f32df97401e61636a1140e03669479d6 (patch) | |
tree | 0bcafdaebff012d608e82dafd804a2bba7938894 /.travis.yml | |
parent | 0235540bba9b80668ce388dff9a904c04618f9aa (diff) |
.travis.yml: Remove the unused xfslib-dev package
Drop the "xfslibs-dev" package which should not be necessary anymore
since commit a5730b8bd3 ("block/file-posix: Simplify the XFS_IOC_DIOINFO
handling").
Message-ID: <20240320104144.823425-3-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |