[all-commits] [llvm/llvm-project] 95639b: [CI] Drop CLEAR_CACHE Support in monolithic-* scripts

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Jul 17 07:29:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95639b75487895f7ef45c1468d4639f1544a1851
      https://github.com/llvm/llvm-project/commit/95639b75487895f7ef45c1468d4639f1544a1851
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-17 (Thu, 17 Jul 2025)

  Changed paths:
    M .ci/monolithic-linux.sh
    M .ci/monolithic-windows.sh

  Log Message:
  -----------
  [CI] Drop CLEAR_CACHE Support in monolithic-* scripts

This patch drops support for clearing the cache with the CLEAR_CACHE
environment variable. This is an artifact of the old infrastructure as
we now do not persist the cache across builds, instead redownloading the
cache directory everytime. This makes the scripts slightly simpler as we
are no longer supporting unneeded functionality.

Reviewers: Endilll, cmtice, dschuff, Keenuts, lnihlen, gburgessiv

Reviewed By: Keenuts, cmtice

Pull Request: https://github.com/llvm/llvm-project/pull/149193



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