mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-06 04:41:58 +00:00
btrfs-progs: ci: explicitly request reiserfs support for btrfs-convert
The autodetection of conversion filesystems support will skip the tests if the library is not available for some reason. This now happens for reiserfs in the CI environment. We need to know about such case so request the support. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
6c33832b8c
commit
cfbf54dea1
@ -58,7 +58,7 @@ before_install:
|
||||
- docker pull kdave/ci-musl-x86_64
|
||||
- travis/build-dep-reiserfs
|
||||
- travis/build-dep-zstd
|
||||
- travis/build-default --disable-documentation
|
||||
- travis/build-default --disable-documentation --with-convert=ext2,reiserfs
|
||||
|
||||
addons:
|
||||
coverity_scan:
|
||||
|
Loading…
Reference in New Issue
Block a user