@@ -20,36 +20,38 @@ jobs:
20
20
# - ubuntu:xenial # git checkout fails (glibc)
21
21
# - ubuntu:bionic # git checkout fails (glibc)
22
22
# - ubuntu:focal # TODO: Cannot find gap although installed
23
- - ubuntu:jammy
23
+ # - ubuntu:jammy # TODO: Cannot find flint (only v.2.8.4)
24
24
- ubuntu:lunar
25
25
- ubuntu:mantic
26
- - debian:buster
26
+ - ubuntu:noble
27
+ - ubuntu:oracular
28
+ # - debian:buster # gmp is not available
27
29
# - debian:bullseye # TODO: outdated singular
28
- - debian:bookworm
30
+ # - debian:bookworm # flint is not available
29
31
# - debian:trixie # libbrial-dev is not available (has been removed?)
30
32
- debian:sid
31
33
- debian:experimental
32
34
# - linuxmintd/mint20.1-amd64 # TODO: Cannot find gap although installed
33
35
# - linuxmintd/mint20.2-amd64 # TODO: Cannot find gap although installed
34
36
# - 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
41
43
# - 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
46
48
# - 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 )
48
50
- 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
51
53
# - 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)
53
55
# - almalinux:9 # TODO (cypari): Figure out how to install pari
54
56
# - sheerluck/sage-on-gentoo-stage4: TODO: dependency (python?) installation takes ages
55
57
- archlinux
0 commit comments