Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 1cdb8ed

Browse files
committed
Revert "Fail fast on SYCL example build"
This reverts commit 4dc2b1b.
1 parent 4dc2b1b commit 1cdb8ed

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/sycl-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ jobs:
8686
- name: Configure
8787
run: python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
8888

89-
- name: Build SYCL example
90-
run: cmake --build build --target SYCL_Example --parallel
91-
9289
- name: Build
9390
run: cmake --build build --parallel
9491

@@ -138,9 +135,6 @@ jobs:
138135
- name: Configure
139136
run: python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
140137

141-
- name: Build SYCL example
142-
run: cmake --build build --target SYCL_Example --parallel
143-
144138
- name: Build
145139
run: cmake --build build --parallel
146140

@@ -190,9 +184,6 @@ jobs:
190184
- name: Configure
191185
run: python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
192186

193-
- name: Build SYCL example
194-
run: cmake --build build --target SYCL_Example --parallel
195-
196187
- name: Build
197188
run: cmake --build build --parallel
198189

0 commit comments

Comments
 (0)