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
Branches
Tags
No related merge requests found
...@@ -7,14 +7,13 @@ if [ -z "${DUNITER_FAST_BUILD}" ]; then ...@@ -7,14 +7,13 @@ if [ -z "${DUNITER_FAST_BUILD}" ]; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH"
fi fi
rustup show
rustc --version
cargo --version
else else
echo "WARNING: you have disabled the automatic update of Rust, remember to update Rust regularly with command \"rustup update\"." echo "WARNING: you have disabled the automatic update of Rust, remember to update Rust regularly with command \"rustup update\"."
fi fi
rustc --version
cargo --version
cd neon cd neon
if [ "${NEON_BUILD_RELEASE}" = "true" ] || [ "${NODE_ENV}" = "production" ]; then 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