QA SoftVision Team/Mobile/Robocop automation setup: Difference between revisions

Line 37: Line 37:
  sudo apt-get install ccache
  sudo apt-get install ccache
* Add ccache to the PATH variable
* Add ccache to the PATH variable
  sudo export PATH=/usr/lib/ccache:$PATH
  Enter root by running:
  sudo su
Run export to set the PATH variable
  export PATH=/usr/lib/ccache:$PATH
* Extend the ccache to improve build time:
* Extend the ccache to improve build time:
  ccache --max-size 8G
  ccache --max-size 8G
Confirmed users
905

edits