Skip to content

Commit c2984f1

Browse files
orlitzkydimpase
authored andcommitted
tox.ini: it's OK if libgap-dev is missing on ubuntu-focal
1 parent a73d0ec commit c2984f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ setenv =
206206
#
207207
# https://hub.docker.com/_/ubuntu?tab=description
208208
# as of 2023-05, latest=jammy=22.04, rolling=lunar=23.04, devel=mantic=23.10
209+
# ubuntu-focal does not have libgap-dev
209210
#
210211
ubuntu: SYSTEM=debian
211212
ubuntu: BASE_IMAGE=ubuntu
@@ -221,6 +222,7 @@ setenv =
221222
ubuntu-bionic: BASE_TAG=bionic
222223
ubuntu-bionic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
223224
ubuntu-focal: BASE_TAG=focal
225+
ubuntu-focal: IGNORE_MISSING_SYSTEM_PACKAGES=yes
224226
ubuntu-jammy: BASE_TAG=jammy
225227
ubuntu-lunar: BASE_TAG=lunar
226228
ubuntu-mantic: BASE_TAG=mantic

0 commit comments

Comments
 (0)