Skip to content

Commit a949c13

Browse files
tejlmandjangalda-nsc
authored andcommitted
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: Jan Gałda <jan.galda@nordicsemi.no> Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
1 parent 7991a18 commit a949c13

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

scripts/requirements-fixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ charset-normalizer==3.4.4 ; python_version >= "3.12" and python_version < "4.0"
3232
clang-format==21.1.8 ; python_version >= "3.12" and python_version < "4.0"
3333
click-command-tree==1.2.0 ; python_version >= "3.12" and python_version < "4.0"
3434
click-option-group==0.5.9 ; python_version >= "3.12" and python_version < "4.0"
35-
click==8.2.1 ; python_version >= "3.12" and python_version < "4.0"
35+
click==8.4.1 ; python_version >= "3.12" and python_version < "4.0"
3636
cmsis-pack-manager==0.6.0 ; python_version >= "3.12" and python_version < "4.0"
3737
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0"
3838
coloredlogs==15.0.1 ; python_version >= "3.12" and python_version < "4.0"
@@ -120,8 +120,8 @@ pyelftools==0.32 ; python_version >= "3.12" and python_version < "4.0"
120120
pygit2==1.18.2 ; python_version >= "3.12" and python_version < "4.0"
121121
pygithub==2.8.1 ; python_version >= "3.12" and python_version < "4.0"
122122
pygments==2.20.0 ; python_version >= "3.12" and python_version < "4.0"
123-
pyjwt==2.12.1 ; python_version >= "3.12" and python_version < "4.0"
124-
pyjwt[crypto]==2.12.1 ; python_version >= "3.12" and python_version < "4.0"
123+
pyjwt==2.13.0 ; python_version >= "3.12" and python_version < "4.0"
124+
pyjwt[crypto]==2.13.0 ; python_version >= "3.12" and python_version < "4.0"
125125
pykwalify==1.8.0 ; python_version >= "3.12" and python_version < "4.0"
126126
pylink-square==1.7.0 ; python_version >= "3.12" and python_version < "4.0"
127127
pylint==4.0.4 ; python_version >= "3.12" and python_version < "4.0"

scripts/tools-versions-darwin.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ 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:
28-
version: 26.1.1
30+
version: 26.1.2
2931
nrfutil:
3032
version: 8.1.1
3133
subcommands:

scripts/tools-versions-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ zephyr-sdk:
2222
- arm-zephyr-eabi
2323
- riscv64-zephyr-elf
2424
ccache:
25-
version: 4.8.2
25+
version: 4.13.4
2626
dfu_util:
2727
version: 0.9-1
2828
doxygen:
2929
version: 1.12.0
3030
pip:
31-
version: 26.1.1
31+
version: 26.1.2
3232
nrfutil:
3333
version: 8.1.1
3434
subcommands:

scripts/tools-versions-win10.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ 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:
27-
version: 26.1.1
29+
version: 26.1.2
2830
nrfutil:
2931
version: 8.1.1
3032
subcommands:

0 commit comments

Comments
 (0)