Skip to content

Commit 747cbb1

Browse files
Merge pull request #80 from RH-steve-grubb/opencl-downgrade
Downgrade opencl
2 parents 02f36c5 + a2251f7 commit 747cbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ARG JOBS=40
101101
ARG VERBOSE_LOGS=OFF
102102

103103
# hadolint ignore=DL3041
104-
RUN dnf install -y https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/opencl-headers-3.0-6.20201007gitd65bcc5.el9.noarch.rpm && \
104+
RUN dnf install -y https://rpmfind.net/linux/almalinux/8.10/PowerTools/x86_64/os/Packages/opencl-headers-2.2-1.20180306gite986688.el8.noarch.rpm && \
105105
dnf update -d6 -y && dnf install -d6 -y \
106106
gdb \
107107
java-11-openjdk-devel \

0 commit comments

Comments
 (0)