Skip to content

Commit 71967fc

Browse files
committed
MDBF-1117: Add Fedora 43
1 parent 962abcd commit 71967fc

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/build-fedora-based.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
platforms: linux/amd64, linux/arm64/v8
3535
nogalera: false
3636

37+
- image: fedora:43
38+
platforms: linux/amd64, linux/arm64/v8
39+
nogalera: true
40+
3741
- image: fedora:40
3842
platforms: linux/amd64
3943
tag: fedora40-valgrind

ci_build_images/fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf \
6161
unixODBC-devel \
6262
wget \
6363
which \
64-
&& if [ "$VERSION_ID" = "42" ]; then \
64+
&& if [ "$VERSION_ID" != "41" ] && [ "$VERSION_ID" != "40" ]; then \
6565
dnf -y install java-latest-openjdk-devel java-latest-openjdk; \
6666
else \
6767
dnf -y install java-1.8.0-openjdk-devel java-1.8.0-openjdk; \

constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@
222222
"amd64-debian-13",
223223
"ppc64le-debian-13",
224224
"x86-debian-13",
225+
"aarch64-fedora-43",
226+
"amd64-fedora-43",
225227
]
226228
SUPPORTED_PLATFORMS["12.0"] = SUPPORTED_PLATFORMS["11.8"].copy()
227229
SUPPORTED_PLATFORMS["12.1"] = SUPPORTED_PLATFORMS["12.0"].copy()

os_info.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,14 @@ fedora-42:
9999
image_tag: fedora42
100100
tags:
101101
- release_packages
102-
version_name: 42
102+
arch:
103+
- amd64
104+
- aarch64
105+
type: rpm
106+
fedora-43:
107+
image_tag: fedora43
108+
tags:
109+
- release_packages
103110
arch:
104111
- amd64
105112
- aarch64

0 commit comments

Comments
 (0)