File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 uses : ./.github/workflows/sycl-windows-build.yml
106106 with :
107107 compiler : icx
108- build_configure_extra_args : --cmake-opt=-DCMAKE_C_FLAGS="/clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch" --cmake-opt=-DCMAKE_CXX_FLAGS="/clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch" --cmake-opt="-DCMAKE_EXE_LINKER_FLAGS=/manifest:no" --cmake-opt="-DCMAKE_MODULE_LINKER_FLAGS=/manifest:no" --cmake-opt="-DCMAKE_SHARED_LINKER_FLAGS=/manifest:no"
108+ build_configure_extra_args : --cmake-opt=-DCMAKE_C_FLAGS="/clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch -Wno-builtin-macro-redfined /U__has_include " --cmake-opt=-DCMAKE_CXX_FLAGS="/clang:-Wno-nonportable-include-path /clang:-Wno-cast-function-type-mismatch -Wno-builtin-macro-redfined /U__has_include " --cmake-opt="-DCMAKE_EXE_LINKER_FLAGS=/manifest:no" --cmake-opt="-DCMAKE_MODULE_LINKER_FLAGS=/manifest:no" --cmake-opt="-DCMAKE_SHARED_LINKER_FLAGS=/manifest:no"
109109 build_cache_suffix : icx
110110
111111 e2e-win :
Original file line number Diff line number Diff line change @@ -122,9 +122,6 @@ jobs:
122122 run : |
123123 mkdir build
124124 mkdir install
125- fsutil.exe file setCaseSensitiveInfo build enable
126- fsutil.exe file setCaseSensitiveInfo install enable
127-
128125 IF NOT EXIST D:\github\_work\cache MKDIR D:\github\_work\cache
129126 IF NOT EXIST D:\github\_work\cache\${{inputs.build_cache_suffix}} MKDIR D:\github\_work\cache\${{inputs.build_cache_suffix}}
130127 python.exe src/buildbot/configure.py -o build ^
@@ -138,13 +135,12 @@ jobs:
138135 --cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
139136 - name : Build
140137 id : build
138+ shell : bash
141139 run : |
142- cmake --build build
140+ cmake --build build --target sycl-toolchain
143141 - name : check-llvm
144142 if : always() && !cancelled() && contains(inputs.changes, 'llvm')
145- shell : bash
146143 run : |
147- sleep inf
148144 cmake --build build --target check-llvm
149145 - name : check-clang
150146 if : always() && !cancelled() && contains(inputs.changes, 'clang')
You can’t perform that action at this time.
0 commit comments