File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -226,14 +226,14 @@ jobs:
226
226
level_zero_provider : ['ON']
227
227
cuda_provider : ['ON']
228
228
include :
229
- # temporarily disable failing CI job
230
- # - os: 'windows- 2022'
231
- # build_type: Release
232
- # compiler: {c: clang-cl, cxx: clang-cl}
233
- # shared_library: 'ON'
234
- # level_zero_provider: 'ON'
235
- # cuda_provider: 'ON'
236
- # toolset: "-T ClangCL"
229
+ - os : ' windows-2019 '
230
+ # clang build fails on Windows 2022
231
+ build_type : Release
232
+ compiler : {c: clang-cl, cxx: clang-cl}
233
+ shared_library : ' ON'
234
+ level_zero_provider : ' ON'
235
+ cuda_provider : ' ON'
236
+ toolset : " -T ClangCL"
237
237
- os : ' windows-2022'
238
238
build_type : Release
239
239
compiler : {c: cl, cxx: cl}
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2024 Intel Corporation
1
+ # Copyright (C) 2024-2025 Intel Corporation
2
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
4
5
5
include (${UMF_CMAKE_SOURCE_DIR} /cmake/helpers.cmake )
6
6
7
7
set (COARSE_SOURCES coarse.c ../ravl/ravl.c )
8
8
9
- if (UMF_BUILD_SHARED_LIBRARY )
9
+ if (UMF_BUILD_SHARED_LIBRARY AND ( NOT WINDOWS ) )
10
10
set (COARSE_EXTRA_SRCS ${BA_SOURCES} )
11
11
set (COARSE_EXTRA_LIBS $< BUILD_INTERFACE:umf_utils> )
12
12
endif ()
You can’t perform that action at this time.
0 commit comments