Skip to content

Commit

Permalink
Update ci files
Browse files Browse the repository at this point in the history
* Removed libquazip-headers from trusty ci images
Trusty does not provide libquazip-headers (they are part of
libquazip-dev most likely)
* Bump rebuild counter
  • Loading branch information
Christian Kieschnick authored and droidmonkey committed Oct 1, 2018
1 parent 1a42c58 commit 28e7540
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ RUN set -x \
zlib1g-dev \
libxi-dev \
libxtst-dev \
libquazip5-headers \
libquazip5-dev \
libquazip-dev \
mesa-common-dev \
libyubikey-dev \
libykpers-1-dev
Expand Down
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following libraries are required:
* libxi, libxtst, qtx11extras (optional for auto-type on X11)
* libsodium (>= 1.0.12, optional for KeePassXC-Browser support)
* libargon2
* libquazip5

Prepare the Building Environment
================================
Expand Down
5 changes: 2 additions & 3 deletions ci/trusty/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

FROM ubuntu:14.04

ENV REBUILD_COUNTER=4
ENV REBUILD_COUNTER=5

ENV QT5_VERSION=qt53
ENV QT5_PPA_VERSION=${QT5_VERSION}2
Expand Down Expand Up @@ -52,8 +52,7 @@ RUN set -x \
zlib1g-dev \
libyubikey-dev \
libykpers-1-dev \
libquazip5-headers \
libquazip5-dev \
libquazip-dev \
libxi-dev \
libxtst-dev \
xvfb
Expand Down
2 changes: 2 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ parts:
- libykpers-1-dev
- libsodium-dev
- libargon2-0-dev
- libquazip5-dev
- libquazip5-headers
stage-packages:
- dbus
- qttranslations5-l10n # common translations
Expand Down

0 comments on commit 28e7540

Please sign in to comment.