Skip to content

Commit

Permalink
Merge pull request #50 from BenjamenMeyer/bugfix_rockylinux_8-10
Browse files Browse the repository at this point in the history
Bug Fix: Rocky Linux 8.8-8.10 requires Python 3.11
  • Loading branch information
BenjamenMeyer authored Oct 14, 2024
2 parents 97bb3bf + 0ef2d70 commit 5562a49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/Anchore-Container-Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,26 @@ jobs:
fail-fast: false
matrix:
FROM:
- 'ubuntu:mantic'
- 'ubuntu:noble'
- 'ubuntu:jammy'
- 'ubuntu:focal'
- 'ubuntu:bionic'
- 'linuxmintd/mint22-amd64'
- 'linuxmintd/mint21.3-amd64'
- 'linuxmintd/mint21.2-amd64'
- 'linuxmintd/mint21.1-amd64'
- 'linuxmintd/mint21-amd64'
- 'linuxmintd/mint20-amd64'
- 'debian:bookworm'
- 'debian:bullseye'
#- 'debian:buster' # buster-backports is no longer available from deb.debian.org. Sunsetting?
- 'opensuse/leap:15.6'
- 'opensuse/leap:15.5'
- 'opensuse/leap:15.4'
- 'opensuse/leap:15.3'
- 'opensuse/leap:15.2'
#- 'fedora:41'
- 'fedora:40'
- 'fedora:39'
- 'fedora:38'
- 'fedora:37'
- 'fedora:36'
- 'fedora:35'
- 'fedora:34'
- 'rockylinux:9.3'
- 'rockylinux:9.2'
- 'rockylinux:9.1'
- 'rockylinux:9.0'
- 'rockylinux:8.9'
- 'rockylinux:8.8'
- 'rockylinux:8.7'
- 'rockylinux:8.6'
- 'rockylinux:8.5'
- 'rockylinux/rockylinux:9.4'
- 'manjarolinux/base'
#- 'funtoo/stage3-generic_64'

Expand Down
6 changes: 3 additions & 3 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ function bootstrapOnRockyLinux ()
libpng-devel \
expat-devel \
gtk3-devel \
python3-devel \
python3.11-devel \
rpm-build \
make \
clang
Expand All @@ -1761,7 +1761,7 @@ function bootstrapOnRockyLinux ()
libpng-devel \
expat-devel \
gtk3-devel \
python3-devel \
python3.11-devel \
rpm-build \
make \
clang
Expand All @@ -1788,7 +1788,7 @@ function bootstrapOnRockyLinux ()
libpng-devel \
expat-devel \
gtk3-devel \
python3-devel \
python3.11-devel \
rpm-build \
make \
clang
Expand Down

0 comments on commit 5562a49

Please sign in to comment.