Skip to content
Snippets Groups Projects
Commit 9846adab authored by Éloïs's avatar Éloïs
Browse files

[build] remove command rustup show

parent 4e7d8b8b
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,13 @@ if [ -z "${DUNITER_FAST_BUILD}" ]; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"
fi
rustup show
rustc --version
cargo --version
else
echo "WARNING: you have disabled the automatic update of Rust, remember to update Rust regularly with command \"rustup update\"."
fi
rustc --version
cargo --version
cd neon
if [ "${NEON_BUILD_RELEASE}" = "true" ] || [ "${NODE_ENV}" = "production" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment