From 66e827254afc5513374503cdeb5fc7790857bbe7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:56:25 -0500 Subject: [PATCH] chore: Move terra-sccache to tools/buildsys (#11549) (#11554) (cherry picked from commit 460a377f226f9746d2f7d6fcb582a9ca51f9d8f4) Co-authored-by: Gilver --- anda/{devs => tools/buildsys}/sccache/anda.hcl | 0 anda/{devs => tools/buildsys}/sccache/terra-sccache.spec | 0 anda/{devs => tools/buildsys}/sccache/update.rhai | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename anda/{devs => tools/buildsys}/sccache/anda.hcl (100%) rename anda/{devs => tools/buildsys}/sccache/terra-sccache.spec (100%) rename anda/{devs => tools/buildsys}/sccache/update.rhai (100%) diff --git a/anda/devs/sccache/anda.hcl b/anda/tools/buildsys/sccache/anda.hcl similarity index 100% rename from anda/devs/sccache/anda.hcl rename to anda/tools/buildsys/sccache/anda.hcl diff --git a/anda/devs/sccache/terra-sccache.spec b/anda/tools/buildsys/sccache/terra-sccache.spec similarity index 100% rename from anda/devs/sccache/terra-sccache.spec rename to anda/tools/buildsys/sccache/terra-sccache.spec diff --git a/anda/devs/sccache/update.rhai b/anda/tools/buildsys/sccache/update.rhai similarity index 100% rename from anda/devs/sccache/update.rhai rename to anda/tools/buildsys/sccache/update.rhai