From f1a94996887a9a9d6fffa30dcf5254895e9ece0d Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 28 Sep 2021 18:15:22 +0300 Subject: [PATCH] Try build without packages locales locales-all. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c7310d52d..a44249506 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -26,7 +26,7 @@ linux_task_template: &LINUX_TASK_TEMPLATE container: cpu: 4 install_script: - - bash -c "$PACKAGE_MANAGER_INSTALL dialog apt-utils locales locales-all qtbase5-dev libqt5svg5-dev qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 poppler-utils xvfb ccache" + - bash -c "$PACKAGE_MANAGER_INSTALL dialog apt-utils qtbase5-dev libqt5svg5-dev qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 poppler-utils xvfb ccache" build_script: - uname -a - echo $PATH