mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Remove outdated references to nightly.
This commit is contained in:
committed by
link2xt
parent
06166f7956
commit
861325591e
@@ -16,6 +16,6 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK 1
|
|||||||
ADD deps/build_python.sh /builder/build_python.sh
|
ADD deps/build_python.sh /builder/build_python.sh
|
||||||
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_python.sh && cd .. && rm -r tmp1
|
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_python.sh && cd .. && rm -r tmp1
|
||||||
|
|
||||||
# Install Rust nightly
|
# Install Rust
|
||||||
ADD deps/build_rust.sh /builder/build_rust.sh
|
ADD deps/build_rust.sh /builder/build_rust.sh
|
||||||
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_rust.sh && cd .. && rm -r tmp1
|
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_rust.sh && cd .. && rm -r tmp1
|
||||||
|
|||||||
@@ -79,9 +79,8 @@ Each test run creates new accounts.
|
|||||||
Installing bindings from source (Updated: July 2020)
|
Installing bindings from source (Updated: July 2020)
|
||||||
=========================================================
|
=========================================================
|
||||||
|
|
||||||
Install Rust and Cargo first. Deltachat needs a specific nightly
|
Install Rust and Cargo first.
|
||||||
version, the easiest is probably to first install Rust stable from
|
The easiest is probably to use `rustup <https://rustup.rs/>`_.
|
||||||
rustup and then use this to install the correct nightly version.
|
|
||||||
|
|
||||||
Bootstrap Rust and Cargo by using rustup::
|
Bootstrap Rust and Cargo by using rustup::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user