Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add a tip that I use to skip downloading dependencies

...

The instructions for using distcc are in bin/distcc/README.md

Skip checking toolchain dependencies (advanced only)

By default buildall.sh will check for toolchain and python package updates, which can add some time to buildall.sh invocations. You can disable this by adding this line to bin/impala-config-local.sh:

Code Block
titlebin/impala-config-local.sh
export SKIP_TOOLCHAIN_BOOTSTRAP=true

If you do this then you may run into build failures because of missing dependencies, and you will need to temporarily disable this optimisation or directly download the dependencies (e.g. by running bin/bootstrap_toolchain.py)