Skip to content

Commit 1739759

Browse files
committed
chore(ci): Update openSUSE Leap 15.5 to 15.6
openSUSE Leap 15.5 has been deprecated since December of 2024. Version 15.6 is the newest and support is expected until December of 2025.
1 parent e9f8a1d commit 1739759

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
build-type: release
113113

114114
# openSUSE's release cycle: https://endoflife.date/opensuse
115-
- image: opensuse-15_5
115+
- image: opensuse-15_6
116116
build-script: rpm_entrypoint.sh
117117
build-type: release
118118
steps:

Dockerfiles/opensuse-15_5 renamed to Dockerfiles/opensuse-15_6

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: set syntax=dockerfile:
2-
FROM opensuse/leap:15.5
2+
FROM opensuse/leap:15.6
33

4-
LABEL org.opencontainers.image.description="Base image used to build and RPM-package Notes on openSUSE 15.5"
4+
LABEL org.opencontainers.image.description="Base image used to build and RPM-package Notes on openSUSE 15.6"
55

66
# Install dependencies.
77
RUN zypper install -y --no-recommends cmake gcc10-c++ git \
@@ -12,6 +12,9 @@ RUN zypper install -y --no-recommends cmake gcc10-c++ git \
1212
ENV CC=gcc-10
1313
ENV CXX=g++-10
1414

15+
# Silences locale-related warnings from AutoUic.
16+
ENV LANG=C.UTF-8
17+
1518
# Prevent a fatal error from git: "detected dubious ownership in repository at '/src'".
1619
RUN git config --global --add safe.directory /src
1720

0 commit comments

Comments
 (0)