Skip to content

Commit 64335fc

Browse files
committed
maybe
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent b15e7a7 commit 64335fc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/sycl-post-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/sycl-windows-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)