btrfs-progs: ci: enable gcc 14 on Tumbleweed

GCC 14 is available, add it as default compiler to tumbleweed image to
catch new warnings.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-02-18 17:01:14 +01:00
parent 6088039cf8
commit ba1d5143c9
1 changed files with 1 additions and 1 deletions

View File

@ -25,9 +25,9 @@ RUN zypper install -y --no-recommends glibc-devel-static libblkid-devel-static \
libcom_err-devel-static libext2fs-devel-static libuuid-devel-static \ libcom_err-devel-static libext2fs-devel-static libuuid-devel-static \
libzstd-devel-static lzo-devel-static zlib-devel-static libzstd-devel-static lzo-devel-static zlib-devel-static
RUN zypper install -y --no-recommends gcc13
RUN zypper install -y --no-recommends libgcrypt-devel libsodium-devel libkcapi-devel \ RUN zypper install -y --no-recommends libgcrypt-devel libsodium-devel libkcapi-devel \
libbotan-devel libopenssl-3-devel libbotan-devel libopenssl-3-devel
RUN zypper install -y --no-recommends gcc14
COPY ./test-build . COPY ./test-build .
COPY ./run-tests . COPY ./run-tests .