Skip to content

Commit 53a8960

Browse files
authored
[CI] Remove SYCL CTS build workaround (#14685)
Fix was [merged](KhronosGroup/SYCL-CTS#907) to CTS. Manual nightly run with this change: https://github.com/intel/llvm/actions/runs/10045951175/job/27765157126 Closes: #14478 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 340fe25 commit 53a8960

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ jobs:
318318
-DSYCL_CTS_ENABLE_OPENCL_INTEROP_TESTS=OFF \
319319
-DSYCL_CTS_MEASURE_BUILD_TIMES=ON \
320320
-DDPCPP_INSTALL_DIR="$(dirname $(which clang++))/.." \
321-
-DCMAKE_CXX_FLAGS="-Wno-missing-template-arg-list-after-template-kw" \
322321
$CMAKE_EXTRA_ARGS
323322
# Ignore errors so that if one category build fails others still have a
324323
# chance to finish and be executed at the run stage. Note that

0 commit comments

Comments
 (0)