Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_9656' into 'master'
Browse files Browse the repository at this point in the history
upgrade ccache installed version to 4.6.2 (GitHub PR)

Closes IDFGH-8160 and IDFGH-6735

See merge request espressif/esp-idf!19834
  • Loading branch information
dobairoland committed Aug 29, 2022
2 parents 239ca6a + 823ae5c commit 9d75833
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/tools.json
Expand Up @@ -942,7 +942,7 @@
"description": "Ccache (compiler cache)",
"export_paths": [
[
"ccache-4.3-windows-64"
"ccache-4.6.2-windows-x86_64"
]
],
"export_vars": {
Expand Down Expand Up @@ -970,12 +970,12 @@
"version_regex": "ccache version ([0-9.]+)",
"versions": [
{
"name": "4.3",
"name": "4.6.2",
"status": "recommended",
"win64": {
"sha256": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
"size": 1550675,
"url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-64.zip"
"sha256": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5",
"size": 1957177,
"url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-x86_64.zip"
}
}
]
Expand Down

0 comments on commit 9d75833

Please sign in to comment.