File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ function finalize {
1212 # after packages install (curl, etc), get the rust toolchain
1313 which rustup > /dev/null 2>&1 || curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1414 # verify the mold situation
15- if ! command -v mold > /dev/null 2>&1 ; then
16- echo " Warning: Mold binaries are unavailable on your system." >&2
17- echo " Builds will be slower without mold. Try: script/install-mold" >&2
18- fi
15+ echo " Note: It's recommended to install and configure Wild or Mold for faster builds."
16+ echo " Run script/install-wild or script/install-mold."
17+ echo " Then see doc/src/development/linux.md to set your cargo config."
1918 echo " Finished installing Linux dependencies with script/linux"
2019}
2120
You can’t perform that action at this time.
0 commit comments