Skip to content

Commit 0d74e4d

Browse files
Add SYCL_CACHE_PERSISTENT: 1 for GH coverage build
1 parent 52f1f77 commit 0d74e4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,11 @@ jobs:
117117
mamba info
118118
mamba list
119119
120-
- name: Build dpnp tensor with coverage (Step 1)
120+
- name: Build dpnp tensor with coverage
121121
id: build_tensor
122122
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
123+
env:
124+
SYCL_CACHE_PERSISTENT: 1
123125
with:
124126
shell: bash
125127
timeout_minutes: 60
@@ -135,6 +137,8 @@ jobs:
135137
- name: Build dpnp with coverage (skip tensor)
136138
id: build_skip_tensor
137139
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
140+
env:
141+
SYCL_CACHE_PERSISTENT: 1
138142
with:
139143
shell: bash
140144
timeout_minutes: 60

0 commit comments

Comments
 (0)