We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f3b68 commit 4d1fc48Copy full SHA for 4d1fc48
ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile
@@ -25,9 +25,9 @@ RUN zypper install -y --no-recommends glibc-devel-static libblkid-devel-static \
25
libcom_err-devel-static libext2fs-devel-static libuuid-devel-static \
26
libzstd-devel-static lzo-devel-static zlib-devel-static
27
28
-RUN zypper install -y --no-recommends gcc13
29
RUN zypper install -y --no-recommends libgcrypt-devel libsodium-devel libkcapi-devel \
30
libbotan-devel libopenssl-3-devel
+RUN zypper install -y --no-recommends gcc14
31
32
COPY ./test-build .
33
COPY ./run-tests .
0 commit comments