gnucash maint: Fix arch linux CI build failures.

John Ralls jralls at code.gnucash.org
Tue Jun 14 15:52:55 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/d4b04b63 (commit)
	from  https://github.com/Gnucash/gnucash/commit/65eae554 (commit)



commit d4b04b6312d1e4b5068ed6b562036f46bb9d93f1
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 14 11:43:08 2022 -0700

    Fix arch linux CI build failures.
    
    Add libofx and replace python2 with python3 in install list.

diff --git a/util/ci/actions/archlinux-test/Dockerfile b/util/ci/actions/archlinux-test/Dockerfile
index 429cb48ab..4254966ed 100644
--- a/util/ci/actions/archlinux-test/Dockerfile
+++ b/util/ci/actions/archlinux-test/Dockerfile
@@ -2,7 +2,7 @@ from archlinux:latest
 
 run echo "NoExtract = !*locale*/fr*/* !usr/share/i18n/locales/fr_FR*" >> /etc/pacman.conf
 
-run pacman -Syu --quiet --noconfirm glibc gcc cmake make boost python2 pkg-config gettext gtk3 guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt postgresql-libs libmariadbclient libdbi libdbi-drivers wayland-protocols > /dev/null
+run pacman -Syu --quiet --noconfirm glibc gcc cmake make boost python3 pkg-config gettext gtk3 guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt libofx postgresql-libs libmariadbclient libdbi libdbi-drivers wayland-protocols > /dev/null
 
 run echo en_US.UTF-8 UTF-8 > /etc/locale.gen
 run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen



Summary of changes:
 util/ci/actions/archlinux-test/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list