diff --git a/builder/scripts.d/45-opencl.sh b/builder/scripts.d/45-opencl.sh index e8f33745ab..0ff3fffc20 100755 --- a/builder/scripts.d/45-opencl.sh +++ b/builder/scripts.d/45-opencl.sh @@ -1,10 +1,10 @@ #!/bin/bash SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git" -SCRIPT_COMMIT="ca7e258f681734b2ae1ef74ddf0808627a507889" +SCRIPT_COMMIT="4c82e9cfaaad18c340f48af3cf5d09ff33e8c1b7" SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" -SCRIPT_COMMIT2="617580b23fbf11233f6c7d365671edacd2bcd735" +SCRIPT_COMMIT2="2cde5d09953a041786d1cfdcb1c08704a82cb904" ffbuild_enabled() { return 0 diff --git a/docker-build-win64.sh b/docker-build-win64.sh index b2469de11f..d79bf65d02 100755 --- a/docker-build-win64.sh +++ b/docker-build-win64.sh @@ -506,7 +506,7 @@ make install popd # OpenCL headers -git clone --depth=1 https://github.com/KhronosGroup/OpenCL-Headers.git +git clone -b v2023.02.06 --depth=1 https://github.com/KhronosGroup/OpenCL-Headers.git pushd OpenCL-Headers/CL mkdir -p ${FF_DEPS_PREFIX}/include/CL mv * ${FF_DEPS_PREFIX}/include/CL