Lines Matching full:echo
38 echo 'Installing pretty tools useful for code contributions...'
41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co…
44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y…
47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark…
50 …command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is…
55 echo 'Installing toolchain dependencies...'
61 echo 'Installing GNU Arm Embedded Toolchain...'
84 echo 'opkg not supported currently' && false
89 echo 'rpm not supported currently' && false
94 echo 'Installing toolchain dependencies...'
99 echo 'Installing GNU Arm Embedded Toolchain...'
107 echo 'warning: clang/gcc needed for simulation'
108 … echo 'warning: please install Command Line Tools from https://developer.apple.com/download/more/'
111 echo 'Installing pretty tools useful for code contributions...'
121 …} || echo 'WARNING: could not install llvm@14, which is useful if you plan to contribute C/C++ cod…
124 …python3 -m pip install yapf || echo 'Failed to install python code formatter yapf. Install it manu…
129 echo 'source not supported currently' && false
150 echo 'bootstrap completed successfully.'