add OpenCL libraries for CI (#10898)

This commit is contained in:
Artem Zuikov 2020-05-14 12:36:17 +03:00 committed by GitHub
parent 757b0ecabb
commit 9b029eb310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,9 @@ RUN apt-get --allow-unauthenticated update -y \
libre2-dev \
libjemalloc-dev \
libmsgpack-dev \
opencl-headers \
ocl-icd-libopencl1 \
intel-opencl-icd \
unixodbc-dev \
odbcinst \
tzdata \

View File

@ -11,3 +11,4 @@ mv *.buildinfo /output
mv /*.rpm /output ||: # if exists
mv /*.tgz /output ||: # if exists
ccache --show-stats ||:
ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so ||: