Skip to content

Commit

Permalink
Disable ccache for DML (microsoft#18230)
Browse files Browse the repository at this point in the history
### Description
Disable ccache for DML. This change is similar to microsoft#18104. Now the DML
build job is having the same timeout issue. I don't know why. But
disabling ccache probably would help.
  • Loading branch information
snnn authored Nov 2, 2023
1 parent 8d48d3e commit d8d7952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ stages:
job_name_suffix: x64_RelWithDebInfo
RunOnnxRuntimeTests: ${{ parameters.RunOnnxRuntimeTests }}
ORT_EP_NAME: DML
WITH_CACHE: true
WITH_CACHE: false
MachinePool: onnxruntime-Win2022-GPU-dml-A10

- stage: kernelDocumentation
Expand Down

0 comments on commit d8d7952

Please sign in to comment.