[all-commits] [llvm/llvm-project] 282e90: [libc][ci] Improve full build precommit CIs cachin...

lntue via All-commits all-commits at lists.llvm.org
Tue May 26 12:37:47 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 282e90796bb9c7962520002806290279a41f6db6
      https://github.com/llvm/llvm-project/commit/282e90796bb9c7962520002806290279a41f6db6
  Author: lntue <lntue at google.com>
  Date:   2026-05-26 (Tue, 26 May 2026)

  Changed paths:
    M .github/workflows/libc-fullbuild-tests.yml

  Log Message:
  -----------
  [libc][ci] Improve full build precommit CIs caching keys. (#199742)

Currently full build precommit CIs only uses c_compiler as the cache's
key which will be the same for many of them listed in the matrix list.
We change to use the combination of (target + build_type + c_compiler)
as keys to uniquely distinguish them and the future gcc builds.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list