mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
use a RPGP build
This commit is contained in:
parent
0e68450063
commit
c09fdf6576
3 changed files with 14 additions and 4 deletions
|
@ -109,3 +109,12 @@ RUN cd libetpan-${ETPAN_VERSION} && \
|
|||
RUN cd libetpan-${ETPAN_VERSION} && make
|
||||
RUN cd libetpan-${ETPAN_VERSION} && make install
|
||||
RUN ldconfig -v
|
||||
|
||||
# Install Rust nightly
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
||||
ENV PATH=/root/.cargo/bin:$PATH
|
||||
RUN rustc --version
|
||||
RUN true \
|
||||
&& git clone https://github.com/dignifiedquire/rpgp.git \
|
||||
&& cd rpgp/pgp-ffi \
|
||||
&& make install
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
set -e -x
|
||||
|
||||
## Build the library
|
||||
meson /builddir /io
|
||||
meson -Drpgp=true /builddir /io
|
||||
pushd /builddir
|
||||
ninja
|
||||
ninja install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue