Skip to content

Commit a2e987d

Browse files
authored
Merge pull request #44 from vbedida79/patch-200623-3
tests_l2: Update gpu build package versions
2 parents ebbff74 + 49a46ec commit a2e987d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/l2/dgpu/clinfo_build.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,31 @@ spec:
2323
dockerfile: |
2424
FROM registry.access.redhat.com/ubi8-minimal:latest
2525
26-
ARG OCL_ICD_VERSION=ocl-icd-2.2.12-1.el7.x86_64
27-
ARG CLINFO_VERSION=clinfo-2.2.18.04.06-6.fc34.x86_64
26+
ARG OCL_ICD_VERSION=ocl-icd-2.2.12-1.el8.x86_64
27+
ARG CLINFO_VERSION=clinfo-3.0.21.02.21-4.el8.x86_64
2828
2929
RUN microdnf install -y \
3030
glibc \
3131
yum-utils
3232
3333
# install intel-opencl, ocl-icd and clinfo
3434
RUN dnf install -y 'dnf-command(config-manager)' && \
35-
dnf config-manager --add-repo https://repositories.intel.com/graphics/rhel/8.4/intel-graphics.repo && \
35+
dnf config-manager --add-repo https://repositories.intel.com/graphics/rhel/8.6/intel-graphics.repo && \
3636
dnf install -y intel-opencl \
37-
https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/o/$OCL_ICD_VERSION.rpm \
38-
http://rpmfind.net/linux/fedora/linux/releases/34/Everything/x86_64/os/Packages/c/$CLINFO_VERSION.rpm && \
39-
dnf clean all && dnf autoremove && rm -rf /var/lib/dnf/lists/*
37+
https://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/$OCL_ICD_VERSION.rpm \
38+
https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/c/$CLINFO_VERSION.rpm && \
39+
dnf clean all && dnf autoremove && rm -rf /var/lib/dnf/lists/* && \
40+
rm -rf /etc/yum.repos.d/intel-graphics.repo
4041
strategy:
4142
type: Docker
4243
noCache: true
4344
dockerStrategy:
4445
buildArgs:
4546
- name: "OCL_ICD_VERSION"
46-
value: "ocl-icd-2.2.12-1.el7.x86_64"
47+
value: "ocl-icd-2.2.12-1.el8.x86_64"
4748
- name: "CLINFO_VERSION"
48-
value: "clinfo-2.2.18.04.06-6.fc34.x86_64"
49+
value: "clinfo-3.0.21.02.21-4.el8.x86_64"
4950
output:
5051
to:
5152
kind: ImageStreamTag
52-
name: intel-dgpu-clinfo:latest
53+
name: intel-dgpu-clinfo:latest

0 commit comments

Comments
 (0)