Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/build-linux-installer-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,12 @@ jobs:
# bypass this error for now: Problem: The operation would result in removing the following protected packages: systemd-udev
noautoremove:
gui: --noautoremove
- name: fedora:37
- name: fedora:41
type: fedora
# (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0
url: "docker://fedora:37"
- name: fedora:38
url: "docker://fedora:41"
- name: fedora:42
type: fedora
# (38, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+38&start=0
url: "docker://fedora:38"
url: "docker://fedora:42"
- name: rockylinux:8
type: rocky
url: "docker://rockylinux:8"
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,12 @@ jobs:
type: debian
# https://packages.debian.org/trixie/python/python3 (3.13)
url: "docker://debian:trixie"
- name: fedora:37
- name: fedora:41
type: fedora
# (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0
url: "docker://fedora:37"
- name: fedora:38
url: "docker://fedora:41"
- name: fedora:42
type: fedora
# (38, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+38&start=0
url: "docker://fedora:38"
url: "docker://fedora:42"
- name: rockylinux:8
type: rocky
url: "docker://rockylinux:8"
Expand Down Expand Up @@ -243,7 +241,7 @@ jobs:
- name: Prepare Fedora
if: ${{ matrix.distribution.type == 'fedora' }}
run: |
yum install --assumeyes git
yum install --assumeyes git python

- name: Set rocky8 repo
if: ${{ matrix.distribution.name == 'rockylinux:8' }}
Expand Down
Loading