Skip to content

Commit

Permalink
Merge branch 'feature/update_ccache_to_4.8' into 'master'
Browse files Browse the repository at this point in the history
Tools: update ccache 4.6.2 -> 4.8

Closes IDF-6749

See merge request espressif/esp-idf!22881
  • Loading branch information
dobairoland committed Mar 29, 2023
2 parents 6c5a7da + b65500f commit 83469dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@
"description": "Ccache (compiler cache)",
"export_paths": [
[
"ccache-4.6.2-windows-x86_64"
"ccache-4.8-windows-x86_64"
]
],
"export_vars": {
Expand Down Expand Up @@ -917,12 +917,12 @@
"version_regex": "ccache version ([0-9.]+)",
"versions": [
{
"name": "4.6.2",
"name": "4.8",
"status": "recommended",
"win64": {
"sha256": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5",
"size": 1957177,
"url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-x86_64.zip"
"sha256": "a2b3bab4bb8318ffc5b3e4074dc25636258bc7e4b51261f7d9bef8127fda8309",
"size": 2005781,
"url": "https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-windows-x86_64.zip"
}
}
]
Expand Down

0 comments on commit 83469dd

Please sign in to comment.