From 0f72739b6db129373d221483d61d6637ec11fb28 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 26 Oct 2023 04:03:01 -0700 Subject: [PATCH] Disable ccache for WinML build (#18104) ### Description It seems would resolve the timeout issue. ### Motivation and Context --- tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml index 2a5622faf2905..ed010b5619db5 100644 --- a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml @@ -132,7 +132,7 @@ stages: isTraining: false ORT_EP_NAME: CPU GenerateDocumentation: false - WITH_CACHE: true + WITH_CACHE: false MachinePool: 'onnxruntime-Win-CPU-2022' - stage: x86_release