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