btrfs-progs: ci: drop reiserfs support from Tumbleweed image

The devel package for reiserfs is no longer available in openSUSE
Tumbleweed. Build auto-detects the support for convert.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-02-14 23:42:22 +01:00
parent 01faa47136
commit b473169d2d

View file

@ -5,7 +5,7 @@ WORKDIR /tmp
RUN zypper install -y --no-recommends make gcc tar gzip
RUN zypper install -y --no-recommends clang
RUN zypper install -y --no-recommends libattr-devel libblkid-devel libuuid-devel
RUN zypper install -y --no-recommends libext2fs-devel libreiserfscore-devel
RUN zypper install -y --no-recommends libext2fs-devel
RUN zypper install -y --no-recommends zlib-devel lzo-devel libzstd-devel
RUN zypper install -y --no-recommends autoconf automake pkg-config
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools