Skip to content

Commit

Permalink
Add a Gentoo container
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 22, 2024
1 parent 3f2967c commit 24f6cb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ elif [ -e /usr/bin/zypper ]; then
zypper update -y
zypper install -y python3
zypper clean
elif [ -e /etc/gentoo-release ]; then
# Gentoo has Python out of the box
:
else
echo "Distro not supported"
exit 1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
"fedora:35", "fedora:36", "fedora:37", "fedora:38",
"fedora:39", "fedora:40", "fedora:41",
"opensuse/leap",
"ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "ubuntu:24.10"
"ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "ubuntu:24.10",
"gentoo/stage3"
]
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ Most major Linux distributions and FreeBSD are supported.
* Fedora-based distributions (RHEL, CentOS, CentOS Streams)
* FreeBSD
* **NOTE:** may require manual installation of ``ca_root_nss``
* Gentoo
* OpenSUSE

### Untested platforms

``certifi-system-store`` may work, but there is no CI for these platforms.

* ArchLinux
* Gentoo
* OpenWRT
* Slackware
* VoidLinux
Expand Down

0 comments on commit 24f6cb3

Please sign in to comment.