Skip to content

Commit 8d53bbc

Browse files
authored
Update Fedora versions in build workflow (#20173)
* Update Fedora versions in build workflow * Change Fedora versions to 41 and 42 Updated Fedora versions in the workflow configuration. * Install python along with git on Fedora
1 parent 742a81a commit 8d53bbc

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

.github/workflows/build-linux-installer-rpm.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,12 @@ jobs:
268268
# bypass this error for now: Problem: The operation would result in removing the following protected packages: systemd-udev
269269
noautoremove:
270270
gui: --noautoremove
271-
- name: fedora:37
271+
- name: fedora:41
272272
type: fedora
273-
# (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0
274-
url: "docker://fedora:37"
275-
- name: fedora:38
273+
url: "docker://fedora:41"
274+
- name: fedora:42
276275
type: fedora
277-
# (38, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+38&start=0
278-
url: "docker://fedora:38"
276+
url: "docker://fedora:42"
279277
- name: rockylinux:8
280278
type: rocky
281279
url: "docker://rockylinux:8"

.github/workflows/test-install-scripts.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,12 @@ jobs:
178178
type: debian
179179
# https://packages.debian.org/trixie/python/python3 (3.13)
180180
url: "docker://debian:trixie"
181-
- name: fedora:37
181+
- name: fedora:41
182182
type: fedora
183-
# (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0
184-
url: "docker://fedora:37"
185-
- name: fedora:38
183+
url: "docker://fedora:41"
184+
- name: fedora:42
186185
type: fedora
187-
# (38, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+38&start=0
188-
url: "docker://fedora:38"
186+
url: "docker://fedora:42"
189187
- name: rockylinux:8
190188
type: rocky
191189
url: "docker://rockylinux:8"
@@ -243,7 +241,7 @@ jobs:
243241
- name: Prepare Fedora
244242
if: ${{ matrix.distribution.type == 'fedora' }}
245243
run: |
246-
yum install --assumeyes git
244+
yum install --assumeyes git python
247245
248246
- name: Set rocky8 repo
249247
if: ${{ matrix.distribution.name == 'rockylinux:8' }}

0 commit comments

Comments
 (0)