Skip to content

Commit 1291215

Browse files
authored
[SYCL] Workaround windows build failure
Windows build failure is introduced in remote repository impacting our CI. Make our CI to use version before the faulty commit (KhronosGroup/OpenCL-ICD-Loader@97f0eb5)
1 parent 6a95367 commit 1291215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if( NOT OpenCL_INCLUDE_DIRS )
100100
endif()
101101
ExternalProject_Add(ocl-headers
102102
GIT_REPOSITORY https://github.com/KhronosGroup/OpenCL-Headers.git
103-
GIT_TAG origin/master
103+
GIT_TAG 98ca71fb9f8484f1cd1999f55224bf9e8d18693b
104104
UPDATE_DISCONNECTED ${SYCL_EP_OCL_HEADERS_SKIP_AUTO_UPDATE}
105105
SOURCE_DIR ${OpenCL_INCLUDE_DIRS}
106106
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)