[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package
From: |
Thomas Huth |
Subject: |
[PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package |
Date: |
Wed, 20 Mar 2024 11:41:40 +0100 |
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
- [PATCH 0/6] Updates for the .travis.yml file, Thomas Huth, 2024/03/20
- [PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package,
Thomas Huth <=
- [PATCH 4/6] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/03/20
- [PATCH 6/6] .travis.yml: Do some more testing with Clang, Thomas Huth, 2024/03/20
- [PATCH 3/6] Revert ".travis.yml: Cache Avocado cache", Thomas Huth, 2024/03/20
- [PATCH 1/6] .travis.yml: Shorten the runtime of the problematic jobs, Thomas Huth, 2024/03/20
- [PATCH 5/6] .travis.yml: Remove the unused UNRELIABLE environment variable, Thomas Huth, 2024/03/20