mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-25 22:16:01 -05:00
Update ci files
* Removed libquazip-headers from trusty ci images Trusty does not provide libquazip-headers (they are part of libquazip-dev most likely) * Bump rebuild counter
This commit is contained in:
parent
1a42c58975
commit
28e7540096
@ -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
|
||||
|
@ -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
|
||||
================================
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
@ -48,6 +48,8 @@ parts:
|
||||
- libykpers-1-dev
|
||||
- libsodium-dev
|
||||
- libargon2-0-dev
|
||||
- libquazip5-dev
|
||||
- libquazip5-headers
|
||||
stage-packages:
|
||||
- dbus
|
||||
- qttranslations5-l10n # common translations
|
||||
|
Loading…
x
Reference in New Issue
Block a user