Remove outdated references to nightly.

This commit is contained in:
Alexander Krotov
2020-07-19 22:57:14 +03:00
committed by link2xt
parent 06166f7956
commit 861325591e
2 changed files with 3 additions and 4 deletions

View File

@@ -16,6 +16,6 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK 1
ADD deps/build_python.sh /builder/build_python.sh
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
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_rust.sh && cd .. && rm -r tmp1