Skip to content

Commit 28482fe

Browse files
committed
Recommend configuring Wild after setup
1 parent b166c42 commit 28482fe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

script/linux

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)