Skip to content

Commit 6dc536a

Browse files
[SYCL] [CI] Add OCL dev env to containers. (#7440)
Adding OpenCL dev env to our containers. At minimum, this will allow our containers to be used for interop testing on GitHub Actions (which is being skipped presently). L0 drivers are present on the "drivers" image and don't need to be installed. Plus the L0 interop tests are not being skipped. Signed-off-by: Chris Perkins <[email protected]> Signed-off-by: Chris Perkins <[email protected]>
1 parent 3ac5f46 commit 6dc536a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apt update && apt install -yqq \
1111
python-is-python3 \
1212
python3-pip \
1313
zstd \
14-
ocl-icd-libopencl1 \
14+
ocl-icd-opencl-dev \
1515
vim \
1616
libffi-dev \
1717
libva-dev \

0 commit comments

Comments
 (0)