mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
Disable ccache for DML (#18230)
### Description Disable ccache for DML. This change is similar to #18104. Now the DML build job is having the same timeout issue. I don't know why. But disabling ccache probably would help.
This commit is contained in:
parent
8d48d3e9cc
commit
d8d79521ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue