From 930a001a0703478005c20ce2fc82bf670e7265c7 Mon Sep 17 00:00:00 2001 From: Pierre Chalamet Date: Sun, 3 Aug 2025 16:42:33 +0200 Subject: [PATCH] upload iif target is remote cacheable --- src/Terrabuild/Core/Build.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terrabuild/Core/Build.fs b/src/Terrabuild/Core/Build.fs index 3636bc80..dfdb9ef8 100644 --- a/src/Terrabuild/Core/Build.fs +++ b/src/Terrabuild/Core/Build.fs @@ -183,7 +183,7 @@ let run (options: ConfigOptions.Options) (cache: Cache.ICache) (api: Contracts.I else IO.createSnapshot node.Outputs projectDirectory let cacheEntryId = GraphDef.buildCacheKey node - let cacheEntry = cache.GetEntry true cacheEntryId + let cacheEntry = cache.GetEntry (node.Cache = Terrabuild.Extensibility.Cacheability.Remote) cacheEntryId let lastStatusCode, stepLogs = execCommands node cacheEntry options projectDirectory homeDir tmpDir // keep only new or modified files