doc: Remove all mentions of --ccache
Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
781e39887c
commit
7cc2071f71
1 changed files with 2 additions and 3 deletions
|
@ -233,15 +233,14 @@ run the same tests the CI system runs, follow these steps from within your
|
|||
local Zephyr source working directory::
|
||||
|
||||
$ source zephyr-env.sh
|
||||
$ ./scripts/sanitycheck --ccache
|
||||
$ ./scripts/sanitycheck
|
||||
|
||||
The above will execute the basic sanitycheck script, which will run various
|
||||
kernel tests using the QEMU emulator. It will also do some build tests on
|
||||
various samples with advanced features that can't run in QEMU.
|
||||
|
||||
We highly recommend you run these tests locally to avoid any CI
|
||||
failures. Enabling ccache with --ccache is optional, but it will speed
|
||||
up the execution time considerably.
|
||||
failures.
|
||||
|
||||
|
||||
Coding Style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue