From 2955c19b7e3a03e6b4e7cd97a60b37c8eb955fd9 Mon Sep 17 00:00:00 2001 From: Lance Collins Date: Mon, 9 Sep 2024 08:36:57 -0700 Subject: [PATCH] Disable remote cache for buildxl. --- repos/github/microsoft/buildxl/build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/github/microsoft/buildxl/build.cmd b/repos/github/microsoft/buildxl/build.cmd index b8aa1a7..4cb2630 100644 --- a/repos/github/microsoft/buildxl/build.cmd +++ b/repos/github/microsoft/buildxl/build.cmd @@ -3,7 +3,7 @@ set BUILDXL_LOG_DIR=%CodexDebugDir%/bxllogs echo ----- Writing cache config ----- set BUILDXL_LOCAL_CACHE_DIRECTORY=%CodexBuildTempDir%/bxlcache -set BUILDXL_REMOTE_CACHE_DIRECTORY=Z:/bxlcachefs +REM set BUILDXL_REMOTE_CACHE_DIRECTORY=Z:/bxlcachefs set BXL_CACHE_CONFIG_PATH="%~dp0/writeconfig.ps1"