@@ -190,9 +190,9 @@ jobs:
190190 runs-on : ubuntu-22.04
191191 needs : [build]
192192 env :
193- cts_hash : 92285f7c9de965ddc41e7dfaaab8c7c75aa55dbe
194- headers_hash : 5e2f8c66476bcf60eb8c2921807e34efb30294ee
195- loader_hash : 4aa683775c4ee55594196c79def7a75103d75e4c
193+ cts_hash : 5673883005aad3f8bec6fa64e1bfb663e85ee1af
194+ headers_hash : 6c4028a1ded61881ede75c0d6b3247436a423d78
195+ loader_hash : b1c57534df7ac82519b04606f51b71fb5d4053c3
196196 steps :
197197 - uses : actions/checkout@v2
198198 - uses : actions/cache@v4
@@ -215,6 +215,12 @@ jobs:
215215 repository : KhronosGroup/OpenCL-Headers
216216 path : opencl-cts/opencl-headers
217217 ref : ${{ env.headers_hash }}
218+ - uses : actions/checkout@v2
219+ if : steps.cache-cts.outputs.cache-hit != 'true'
220+ with :
221+ repository : KhronosGroup/SPIRV-Headers
222+ path : opencl-cts/spirv-headers
223+ ref : ${{ env.headers_hash }}
218224 - uses : actions/checkout@v2
219225 if : steps.cache-cts.outputs.cache-hit != 'true'
220226 with :
@@ -246,7 +252,7 @@ jobs:
246252 -DCMAKE_INSTALL_PREFIX=$PWD/../install \
247253 -DCL_INCLUDE_DIR=$PWD/../opencl-headers \
248254 -DCL_LIB_DIR=$PWD/../install/lib \
249- -DCL_LIBCLCXX_DIR=. \
255+ -DSPIRV_INCLUDE_DIR=$PWD/../spirv-headers \
250256 -DCLConform_LIBRARIES=OpenCL
251257 working-directory : opencl-cts/build
252258 - name : Build CTS
0 commit comments