Skip to content

Commit f6941cc

Browse files
committed
tools: update ccache version to >=4.12.x
ccache <4.12 has a bug causing it to miss cache, see: ccache/ccache#1625 Update ccache version to >4.12.x to ensure a working ccache for build performance improvements. Also add ccache to Windows and Darwin tools so they can benefit from ccache. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
1 parent f6d1c79 commit f6941cc

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/tools-versions-darwin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ zephyr-sdk:
2222
architectures: # https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v1.0.1
2323
- arm-zephyr-eabi
2424
- riscv64-zephyr-elf
25+
ccache:
26+
version: 4.13.6
2527
doxygen:
2628
version: 1.12.0
2729
pip:

scripts/tools-versions-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zephyr-sdk:
2222
- arm-zephyr-eabi
2323
- riscv64-zephyr-elf
2424
ccache:
25-
version: 4.8.2
25+
version: 4.12.3
2626
dfu_util:
2727
version: 0.9-1
2828
doxygen:

scripts/tools-versions-win10.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ zephyr-sdk:
2121
architectures: # https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v1.0.1
2222
- arm-zephyr-eabi
2323
- riscv64-zephyr-elf
24+
ccache:
25+
version: 4.13.4
2426
doxygen:
2527
version: 1.12.0
2628
pip:

0 commit comments

Comments
 (0)