diff mbox series

[AUH] ccache: upgrading to 4.14 SUCCEEDED

Message ID 010101a032451375-14144a5b-c777-4dce-8ef1-cf2a6af85ad7-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] ccache: upgrading to 4.14 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 24, 2026, 5:36 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *ccache* to *4.14* has Succeeded.

Next steps:
    - apply the patch: git am 0001-ccache-upgrade-4.13.6-4.14.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 2dea6ea63c7f772486e818a55111f7d1747ff5df Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 24 Aug 2026 05:16:04 +0000
Subject: [PATCH] ccache: upgrade 4.13.6 -> 4.14

Source: doc/news.adoc

== Ccache 4.14

Release date: 2026-08-23

=== Deprecation notice

Built-in support for the HTTP and Redis protocols will be removed in the next
non-bug-fix ccache version. Use the
https://ccache.dev/storage-helpers.html[remote storage helper] mechanism (added
in ccache 4.13) for HTTP/Redis storage instead.

=== Removed functionality

- Removed the `cpp_extension` (`CCACHE_EXTENSION`) configuration option since
  ccache now processes preprocessor output directly in memory instead of using
  intermediate files. +
  [small]#_[contributed by Joel Rosdahl]_#

=== New features and improvements

- Added support for the QCC (QNX) compiler. +
  [small]#_[contributed by Joy Wang]_#

- Added limited support for caching SARIF diagnostics:
  `-fdiagnostics-format=sarif-stderr` and
  `-fdiagnostics-{add,set}-output=sarif:file=...` for GCC, `/experimental:log`
  for MSVC. +
  [small]#_[contributed by Joel Rosdahl, Karl Fessel and Leander Schulten]_#

- Added automatic depend mode for NVCC on Windows. +
  [small]#_[contributed by Xing Xiwen]_#

- Added support for `@layout=local` in the file storage backend, allowing a copy
  or read-only mount of a local cache to be used as remote storage. +
  [small]#_[contributed by Joel Rosdahl]_#

- Extended the remote storage helper protocol with an `exists` operation,
  avoiding transfer of already stored values in reshare mode, and an `info`
  operation for reporting the helper's identity and diagnostics. +
  [small]#_[contributed by Joel Rosdahl]_#

- Added a `--dry-run` option for previewing cleanup, eviction and directory
  trimming operations without removing files. +
  [small]#_[contributed by Joel Rosdahl]_#

- Added support for rewriting absolute profile data file paths to relative,
  improving cache sharing between different directory trees. +
  [small]#_[contributed by GitHub user markyang92]_#

- Added support for reflinking `.dwo` files when file cloning is enabled. +
  [small]#_[contributed by Fabian Parzefall]_#

- Added detection of C23 `#embed` directives in direct and depend mode and of
  assembler `.incbin` directives in depend mode, preventing false cache hits. +
  [small]##_[contributed by Joel Rosdahl and Haaris Rahman]_##

- Added support for `-Wp,` options with multiple macro definitions. +
  [small]#_[contributed by GitHub user subotac]_#

- Ccache now hashes the contents of Clang module files specified with
  `-fmodule-file=`, preventing false cache hits when a module changes. +
  [small]#_[contributed by GitHub user RedNicStone]_#

- Cleanup and eviction operations now print the amount of data and number of
  files removed. +
  [small]#_[contributed by Joel Rosdahl]_#

- Increased the maximum number of raw files stored in a cached result to 256. +
  [small]#_[contributed by Joel Rosdahl]_#

- Modernized use of C++ type traits. +
  [small]#_[contributed by Gregor Jasny]_#

- Improved portability of compiler exit status handling. +
  [small]#_[contributed by Joel Rosdahl]_#

[Changelog truncated as it exceeds 3000 characters;
the full changelog can be found in an attachment to the AUH email]
---
 .../ccache/{ccache_4.13.6.bb => ccache_4.14.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ccache/{ccache_4.13.6.bb => ccache_4.14.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/ccache/ccache_4.13.6.bb b/meta/recipes-devtools/ccache/ccache_4.14.bb
similarity index 93%
rename from meta/recipes-devtools/ccache/ccache_4.13.6.bb
rename to meta/recipes-devtools/ccache/ccache_4.14.bb
index 21bd193c20..6d922d8514 100644
--- a/meta/recipes-devtools/ccache/ccache_4.13.6.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.14.bb
@@ -16,7 +16,7 @@  DEPENDS = "zstd fmt xxhash"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "d42ace95dec14583fb8af19ed117919995bd910376f52d9b6f546046b792dfb7"
+SRC_URI[sha256sum] = "fca63f36a83fb2f4b3cc4c01b2c7a1cd6e3629e7f7bd1e01a2eb8810f947c5ab"
 
 inherit cmake github-releases