File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,6 @@ jobs:
249249 # extra job: Custom (old) CMake, clang-cl compiler
250250 # Note: This CMake uses NMake generator as VS paths are probably messed up (by CMake?)
251251 - os : ' windows-2025'
252- extra_release_build_type : ' -DCMAKE_BUILD_TYPE=Release' # NMake generator requires this
253252 compiler : {c: clang-cl, cxx: clang-cl}
254253 shared_library : ' ON'
255254 level_zero_provider : ' ON'
@@ -276,7 +275,6 @@ jobs:
276275 cuda_provider=${{matrix.cuda_provider}},
277276 cmake_ver=${{matrix.cmake_ver || 'default'}},
278277 umfd=${{matrix.umfd_lib || 'OFF'}})
279- extra=${{matrix.extra_release_build_type || ''}}
280278 runs-on : ${{matrix.os}}
281279
282280 steps :
@@ -386,7 +384,6 @@ jobs:
386384 run : >
387385 cmake
388386 -B ${{env.BUILD_RELEASE_DIR}}
389- ${{matrix.extra_release_build_type || ''}}
390387 -DCMAKE_INSTALL_PREFIX="${{env.INSTL_RELEASE_DIR}}"
391388 -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
392389 -DCMAKE_C_COMPILER=${{matrix.compiler.c}}
You can’t perform that action at this time.
0 commit comments