File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,12 @@ jobs:
215215 ZE_ENABLE_LOADER_DEBUG_TRACE : 1
216216 ZE_DEBUG : 1
217217 UR_SYCL_LIBRARY_DIR : " ./dpcpp_compiler/lib"
218- run : env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir build --output-on-failure -L "conformance" --timeout 600
218+ run : env UR_BUILD_ADAPTER_OPENCL=ON UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir build --output-on-failure -L "conformance" --timeout 600
219219
220220 - name : Get information about platform
221+ env :
222+ ZE_ENABLE_LOADER_DEBUG_TRACE : 1
223+ ZE_DEBUG : 1
224+ UR_SYCL_LIBRARY_DIR : " ./dpcpp_compiler/lib"
221225 if : ${{ always() }}
222226 run : ./unified-runtime/.github/scripts/get_system_info.sh
You can’t perform that action at this time.
0 commit comments