mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 06:47:02 -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 \
|
zlib1g-dev \
|
||||||
libxi-dev \
|
libxi-dev \
|
||||||
libxtst-dev \
|
libxtst-dev \
|
||||||
libquazip5-headers \
|
libquazip-dev \
|
||||||
libquazip5-dev \
|
|
||||||
mesa-common-dev \
|
mesa-common-dev \
|
||||||
libyubikey-dev \
|
libyubikey-dev \
|
||||||
libykpers-1-dev
|
libykpers-1-dev
|
||||||
|
@ -27,6 +27,7 @@ The following libraries are required:
|
|||||||
* libxi, libxtst, qtx11extras (optional for auto-type on X11)
|
* libxi, libxtst, qtx11extras (optional for auto-type on X11)
|
||||||
* libsodium (>= 1.0.12, optional for KeePassXC-Browser support)
|
* libsodium (>= 1.0.12, optional for KeePassXC-Browser support)
|
||||||
* libargon2
|
* libargon2
|
||||||
|
* libquazip5
|
||||||
|
|
||||||
Prepare the Building Environment
|
Prepare the Building Environment
|
||||||
================================
|
================================
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
ENV REBUILD_COUNTER=4
|
ENV REBUILD_COUNTER=5
|
||||||
|
|
||||||
ENV QT5_VERSION=qt53
|
ENV QT5_VERSION=qt53
|
||||||
ENV QT5_PPA_VERSION=${QT5_VERSION}2
|
ENV QT5_PPA_VERSION=${QT5_VERSION}2
|
||||||
@ -52,8 +52,7 @@ RUN set -x \
|
|||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libyubikey-dev \
|
libyubikey-dev \
|
||||||
libykpers-1-dev \
|
libykpers-1-dev \
|
||||||
libquazip5-headers \
|
libquazip-dev \
|
||||||
libquazip5-dev \
|
|
||||||
libxi-dev \
|
libxi-dev \
|
||||||
libxtst-dev \
|
libxtst-dev \
|
||||||
xvfb
|
xvfb
|
||||||
|
@ -48,6 +48,8 @@ parts:
|
|||||||
- libykpers-1-dev
|
- libykpers-1-dev
|
||||||
- libsodium-dev
|
- libsodium-dev
|
||||||
- libargon2-0-dev
|
- libargon2-0-dev
|
||||||
|
- libquazip5-dev
|
||||||
|
- libquazip5-headers
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- dbus
|
- dbus
|
||||||
- qttranslations5-l10n # common translations
|
- qttranslations5-l10n # common translations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user