Skip to content

Commit 5eb9fd0

Browse files
committed
[CI][Benchmarks] remove -Werror from sycl build
1 parent f14c130 commit 5eb9fd0

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)