Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With this, all changes, repo updates and branch moves will automatically be reflected on your buildmaster.

On MacOS, a rust compiler is needed and some compiler flags need to be passed for the installation of some packages to succeed:

$ brew install rust$ env LDFLAGS="-L$(brew --prefix openssl@3)/lib" CFLAGS="-Wno-error=implicit-function-declaration -I$(brew --prefix openssl@3)/include" pip3 install -r requirements.txt

NOTE: it's better to use virtualenv to avoid conflicts between system's python packages and those installed with pip.

Installing Buildbot for LLVM

...