File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,9 @@ jobs:
202
202
${{ runner.os == 'Windows' && ' \
203
203
--memory 16G ' || ' '
204
204
}}\
205
+ ${{ runner.os == 'Windows' && ' \
206
+ --isolation=hyperv ' || ' '
207
+ }}\
205
208
${{ matrix.os.vmaj != '' && format(' \
206
209
--build-arg VMAJ={0} \
207
210
--build-arg VMIN={1} ', matrix.os.vmaj, matrix.os.vmin) || ' '
@@ -215,6 +218,9 @@ jobs:
215
218
docker run \
216
219
--rm \
217
220
--interactive \
221
+ ${{ runner.os == 'Windows' && ' \
222
+ --isolation=hyperv ' || ' '
223
+ }}\
218
224
-v '${{ github.workspace }}':${MOUNT_TARGET} \
219
225
-w ${MOUNT_TARGET}/level-zero/build \
220
226
-e CCACHE_BASEDIR=${MOUNT_TARGET} \
@@ -243,6 +249,9 @@ jobs:
243
249
docker run \
244
250
--rm \
245
251
--interactive \
252
+ ${{ runner.os == 'Windows' && ' \
253
+ --isolation=hyperv ' || ' '
254
+ }}\
246
255
-v '${{ github.workspace }}':${MOUNT_TARGET} \
247
256
-w ${MOUNT_TARGET}/build \
248
257
-e CCACHE_BASEDIR=${MOUNT_TARGET} \
You can’t perform that action at this time.
0 commit comments