Skip to content

Commit a2c488f

Browse files
committed
update systems
1 parent 18c3be3 commit a2c488f

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

.github/workflows/ci-linux.yml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,38 @@ jobs:
2020
#- ubuntu:xenial # git checkout fails (glibc)
2121
#- ubuntu:bionic # git checkout fails (glibc)
2222
#- ubuntu:focal # TODO: Cannot find gap although installed
23-
- ubuntu:jammy
23+
#- ubuntu:jammy # TODO: Cannot find flint (only v.2.8.4)
2424
- ubuntu:lunar
2525
- ubuntu:mantic
26-
- debian:buster
26+
- ubuntu:noble
27+
- ubuntu:oracular
28+
#- debian:buster # gmp is not available
2729
#- debian:bullseye # TODO: outdated singular
28-
- debian:bookworm
30+
#- debian:bookworm # flint is not available
2931
#- debian:trixie # libbrial-dev is not available (has been removed?)
3032
- debian:sid
3133
- debian:experimental
3234
#- linuxmintd/mint20.1-amd64 # TODO: Cannot find gap although installed
3335
#- linuxmintd/mint20.2-amd64 # TODO: Cannot find gap although installed
3436
#- linuxmintd/mint20.3-amd64 # TODO: Cannot find gap although installed
35-
- linuxmintd/mint21-amd64
36-
- linuxmintd/mint21.1-amd64
37-
- linuxmintd/mint21.2-amd64
38-
- fedora:30
39-
- fedora:31
40-
- fedora:32
37+
#- linuxmintd/mint21-amd64 # Flint is not available (only v.2.8.4)
38+
#- linuxmintd/mint21.1-amd64 # Flint is not available (only v.2.8.4)
39+
#- linuxmintd/mint21.2-amd64 # Flint is not available (only v.2.8.4)
40+
#- fedora:30 # gmp is not available
41+
#- fedora:31 # gmp is not available
42+
#- fedora:32 # gmp is not available
4143
#- fedora:33 # TODO: outdated singular
42-
- fedora:34
43-
- fedora:35
44-
- fedora:36
45-
- fedora:37
44+
#- fedora:34 # Flint is not available
45+
#- fedora:35 # Flint is not available
46+
#- fedora:36 # Flint is not available
47+
#- fedora:37 # Flint is not available
4648
#- fedora:38 # Flint is not available
47-
- fedora:39 # TODO: Could not build wheels for gmpy2 (python 3.12)
49+
#- fedora:39 # Flint is not available (only v.2.9)
4850
- fedora:40
49-
- centos:centos7
50-
- quay.io/centos/centos:stream8
51+
#- centos:centos7 # git checkout fails (glibc)
52+
#- quay.io/centos/centos:stream8 # problem with mirror list
5153
#- quay.io/centos/centos:stream9 # TODO (cypari): Figure out how to install pari
52-
- almalinux:8
54+
#- almalinux:8 # gmp is not available (only v6.1.2)
5355
#- almalinux:9 # TODO (cypari): Figure out how to install pari
5456
#- sheerluck/sage-on-gentoo-stage4: TODO: dependency (python?) installation takes ages
5557
- archlinux

0 commit comments

Comments
 (0)