Skip to content

Commit

Permalink
bump ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jan 8, 2025
1 parent 2baf517 commit e4754e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Latest changes
- Host tools:
* busybox 1.37.0
* ca-bundle 2024-12-31
* Ccache 4.10.2
* cmake 3.31.3
* fakeroot 1.36.2
* kconfig 6.12
Expand Down
4 changes: 2 additions & 2 deletions make/toolchain/kernel/ccache/ccache.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CCACHE_KERNEL_VERSION:=4.9.1
CCACHE_KERNEL_VERSION:=4.10.2
CCACHE_KERNEL_SOURCE:=ccache-$(CCACHE_KERNEL_VERSION).tar.xz
CCACHE_KERNEL_HASH:=4c03bc840699127d16c3f0e6112e3f40ce6a230d5873daa78c60a59c7ef59d25
CCACHE_KERNEL_HASH:=c0b85ddfc1a3e77b105ec9ada2d24aad617fa0b447c6a94d55890972810f0f5a
CCACHE_KERNEL_SITE:=https://github.com/ccache/ccache/releases/download/v$(CCACHE_KERNEL_VERSION)

CCACHE_KERNEL_DIR:=$(KERNEL_TOOLCHAIN_DIR)/ccache-$(CCACHE_KERNEL_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions make/toolchain/target/ccache/ccache.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CCACHE_VERSION:=4.9.1
CCACHE_VERSION:=4.10.2
CCACHE_SOURCE:=ccache-$(CCACHE_VERSION).tar.xz
CCACHE_HASH:=4c03bc840699127d16c3f0e6112e3f40ce6a230d5873daa78c60a59c7ef59d25
CCACHE_HASH:=c0b85ddfc1a3e77b105ec9ada2d24aad617fa0b447c6a94d55890972810f0f5a
CCACHE_SITE:=https://github.com/ccache/ccache/releases/download/v$(CCACHE_VERSION)

CCACHE_DIR:=$(TARGET_TOOLCHAIN_DIR)/ccache-$(CCACHE_VERSION)
Expand Down

1 comment on commit e4754e6

@fda77
Copy link
Author

@fda77 fda77 commented on e4754e6 Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aus-sua: ping

Please # to comment.