summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-08 20:59:58 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-22 13:06:01 +1300
commit3c5c0185dd68cc3f3936da1d153ff19e59a17d5f (patch)
treeb43318fd443bbb92781dc9fd5291879de8aa69de
parent78ad59b22fa11630887fae84d28175fca3a82fed (diff)
downloadsubsurface-3c5c0185dd68cc3f3936da1d153ff19e59a17d5f.tar.gz
Travis: OpenSUSE 42.3 / Qt5.6, add missing curl
The install was missing curl. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Removed upgrade to newer libgit2. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--scripts/qt56/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qt56/before_install.sh b/scripts/qt56/before_install.sh
index 7be945b89..6252da65c 100644
--- a/scripts/qt56/before_install.sh
+++ b/scripts/qt56/before_install.sh
@@ -18,4 +18,4 @@ docker exec -t builder zypper --non-interactive install \
libqt5-qtbase-devel libQt5WebKit5-devel libqt5-qtsvg-devel \
libqt5-qtscript-devel libqt5-qtdeclarative-devel \
libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel which \
- libgit2-devel
+ libgit2-devel curl