Skip to content

Commit b67a3e5

Browse files
authored
[CI] Allow builds without pre-downloaded OpenCL in configure.py (#1317)
Fixes incorrect merge conflict resolution for #1313. Signed-off-by: Alexander Batashev <alexander.batashev@intel.com>
1 parent 39501f6 commit b67a3e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildbot/configure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ def do_configure(args):
5555
"-DLLVM_EXTERNAL_XPTI_SOURCE_DIR={}".format(xpti_dir),
5656
"-DLLVM_ENABLE_PROJECTS={}".format(llvm_enable_projects),
5757
"-DLIBCLC_TARGETS_TO_BUILD={}".format(libclc_targets_to_build),
58-
"-DOpenCL_INCLUDE_DIR={}".format(ocl_header_dir),
59-
"-DOpenCL_LIBRARY={}".format(icd_loader_lib),
6058
"-DSYCL_BUILD_PI_CUDA={}".format(sycl_build_pi_cuda),
6159
"-DLLVM_BUILD_TOOLS=ON",
6260
"-DSYCL_ENABLE_WERROR=ON",

0 commit comments

Comments
 (0)