Skip to content

Commit a20d61f

Browse files
author
Matthias Koeppe
committed
tox.ini (archlinux): Use IGNORE_MISSING_SYSTEM_PACKAGES=yes
1 parent d07403d commit a20d61f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,11 @@ setenv =
328328
gentoo: IGNORE_MISSING_SYSTEM_PACKAGES=no
329329
#
330330
# https://hub.docker.com/_/archlinux/
331+
# 2023-09: libgiac went missing, hence IGNORE_MISSING_SYSTEM_PACKAGES=yes
331332
#
332333
archlinux: SYSTEM=arch
333334
archlinux: BASE_IMAGE=archlinux
334-
archlinux: IGNORE_MISSING_SYSTEM_PACKAGES=no
335+
archlinux: IGNORE_MISSING_SYSTEM_PACKAGES=yes
335336
#
336337
# https://hub.docker.com/r/vbatts/slackware
337338
#

0 commit comments

Comments
 (0)