Skip to content

Commit fec0504

Browse files
author
Release Manager
committed
gh-39670: CI: Remove broken Linux Mint and openSUSE runs <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> Remove the following broken CI runs (https://github.com/sagemath/sage/actions/runs/13750937379): - Linux Mint: fails due to an error in the retrofit script ``` touch: cannot touch 'build/make/Makefile': No such file or directory rm: cannot remove '/new/.git': Directory not empty ``` - openSUSE with python 3.10 fails with `checking ... whether /usr/bin/python3.10 is good... no, Python 3.10.16 is too old` can probably be removed compltely; at least sage-lib no longer supports 3.10, not sure about sage-the-distro. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] 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 and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39670 Reported by: Tobias Diez Reviewer(s): Dima Pasechnik
2 parents d9ce3d5 + 1f22291 commit fec0504

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker.yml

-7
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,13 @@ on:
2323
"ubuntu-jammy",
2424
"debian-bullseye",
2525
"debian-bookworm",
26-
"linuxmint-20.2",
27-
"linuxmint-20.3",
28-
"linuxmint-21",
29-
"linuxmint-21.1",
30-
"linuxmint-21.2",
31-
"linuxmint-21.3",
3226
"fedora-40",
3327
"fedora-41",
3428
"centos-stream-9",
3529
"centos-stream-9-python3.12",
3630
"almalinux-9-python3.11",
3731
"archlinux-latest",
3832
"opensuse-15.5-gcc_11-python3.11",
39-
"opensuse-tumbleweed-python3.10",
4033
"opensuse-tumbleweed",
4134
]
4235
# 'tox -e update_docker_platforms' updates above

0 commit comments

Comments
 (0)