mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 18:29:19 +02:00
add RPGP support
This commit is contained in:
parent
c09fdf6576
commit
8d97b3d00f
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
0.9.0
|
0.9.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- build against latest deltachat core (0.41 ++)
|
- build against latest deltachat core (0.41 ++) with RPGP compiled in
|
||||||
- streamline package building
|
- streamline package building
|
||||||
- allow installing from devpi.net package index
|
- allow installing from devpi.net package index
|
||||||
|
|
||||||
|
|
|
@ -114,6 +114,9 @@ RUN ldconfig -v
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
||||||
ENV PATH=/root/.cargo/bin:$PATH
|
ENV PATH=/root/.cargo/bin:$PATH
|
||||||
RUN rustc --version
|
RUN rustc --version
|
||||||
|
|
||||||
|
# Install RPGP from github -- this currently downloads 500MB
|
||||||
|
# see reported issue: https://github.com/dignifiedquire/rpgp/issues/30
|
||||||
RUN true \
|
RUN true \
|
||||||
&& git clone https://github.com/dignifiedquire/rpgp.git \
|
&& git clone https://github.com/dignifiedquire/rpgp.git \
|
||||||
&& cd rpgp/pgp-ffi \
|
&& cd rpgp/pgp-ffi \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue