Skip to content

Commit 53139f7

Browse files
author
Release Manager
committed
gh-35794: tox.ini, .github/workflows/docker.yml: Add almalinux <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> Particularly relevant because [manylinux_2_28](https://github.com/pypa/m anylinux#manylinux_2_28-almalinux-8-based) is based on AlmaLinux 8. <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35794 Reported by: Matthias Köppe Reviewer(s): Dima Pasechnik
2 parents 41d8113 + d58aac9 commit 53139f7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ on:
5050
"centos-7-devtoolset-gcc_11",
5151
"centos-stream-8-python3.9",
5252
"centos-stream-9-python3.9",
53+
"almalinux-8-python3.9",
54+
"almalinux-9-python3.11",
5355
"gentoo-python3.10",
5456
"gentoo-python3.11",
5557
"archlinux-latest",

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,13 @@ setenv =
308308
centos-stream-8: BASE_TAG=stream8
309309
centos-stream-9: BASE_TAG=stream9
310310
#
311+
# https://hub.docker.com/_/almalinux
312+
#
313+
almalinux: SYSTEM=fedora
314+
almalinux: BASE_IMAGE=almalinux
315+
almalinux: IGNORE_MISSING_SYSTEM_PACKAGES=yes
316+
almalinux-8: BASE_TAG=8
317+
almalinux-9: BASE_TAG=9
311318
# https://hub.docker.com/r/sheerluck/sage-on-gentoo-stage4/tags
312319
#
313320
gentoo: SYSTEM=gentoo

0 commit comments

Comments
 (0)