SERVER-99109 Add message telling users to add the bazel bin dir to their path (#30955)

GitOrigin-RevId: 7736e29399a633c2438ccfca7926556ed80d11a5
This commit is contained in:
Zack Winter 2025-01-08 11:24:07 -08:00 committed by MongoDB Bot
parent 686fd66db9
commit 637c3f50fd

View File

@ -49,7 +49,7 @@ bazelrc_xcode_lines=()
if [[ -z "${BAZELISK_SKIP_WRAPPER}" ]]; then
echo "You're not using Bazelisk, which is recommended for a consistent build environment." >&2
echo "Your version of Bazel may be mismatched with the version intended to be used to build MongoDB." >&2
echo "Please run the following command to install Bazelisk:" >&2
echo "Please run the following command to install Bazelisk and make sure to add ~/.local/bin to your PATH:" >&2
echo "" >&2
echo "python buildscripts/install_bazel.py" >&2
exit 0