mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-23 14:45:19 +00:00
btrfs-progs: ci: disable zoned mode where not working
The support for zoned mode is incomplete and won't change so we can disable it on Leap 15.2 and Centos 8. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
50d0fe657a
commit
adeeb80dfe
@ -27,7 +27,7 @@ COPY ./test-build .
|
|||||||
COPY ./run-tests .
|
COPY ./run-tests .
|
||||||
COPY ./devel.tar.gz .
|
COPY ./devel.tar.gz .
|
||||||
|
|
||||||
CMD ./test-build devel --disable-documentation
|
CMD ./test-build devel --disable-documentation --disable-zoned
|
||||||
|
|
||||||
# Continue with:
|
# Continue with:
|
||||||
# cd /tmp
|
# cd /tmp
|
||||||
|
@ -23,7 +23,8 @@ COPY ./test-build .
|
|||||||
COPY ./run-tests .
|
COPY ./run-tests .
|
||||||
COPY ./devel.tar.gz .
|
COPY ./devel.tar.gz .
|
||||||
|
|
||||||
CMD ./test-build devel --disable-documentation
|
# The blkzoned.h exists but blk_zone.capacity is missing, disable zoned mode explicitly
|
||||||
|
CMD ./test-build devel --disable-documentation --disable-zoned
|
||||||
|
|
||||||
# Continue with:
|
# Continue with:
|
||||||
# cd /tmp
|
# cd /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user