Skip to content

Commit 22d1d13

Browse files
authored
Merge pull request #2750 from pbalcer/remove-werror-sycl
[CI][Benchmarks] remove -Werror from sycl build
2 parents f14c130 + 5eb9fd0 commit 22d1d13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ jobs:
126126
python3 sycl-repo/buildbot/configure.py
127127
-t ${{matrix.build_type}}
128128
-o ${{github.workspace}}/sycl_build
129-
--cmake-gen "Ninja"
130-
--ci-defaults ${{matrix.adapter.sycl_config}}
129+
--cmake-gen "Ninja" ${{matrix.adapter.sycl_config}}
131130
--cmake-opt="-DLLVM_INSTALL_UTILS=ON"
132131
--cmake-opt="-DSYCL_PI_TESTS=OFF"
133132
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache

0 commit comments

Comments
 (0)