From a2ff65d8fbda1d9b8df6b0dcb88da04c5436cb26 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 3 Apr 2019 14:19:51 +0300 Subject: [PATCH] Debian jessie has been moved to archive. --HG-- branch : develop --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 907c411b6..e5020404c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,6 +11,7 @@ pipelines: - cat /etc/*-release - uname -a - grep -i processor /proc/cpuinfo | wc -l + - sed -i '/jessie-updates/d' /etc/apt/sources.list - apt-get update && apt-get install -y qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf xvfb - gcc --version - mkdir build