Skip to content

Conversation

@stevegrubb
Copy link
Contributor

The code "as is" installs opencl-headers from rhel8 because the rhel9 one leads to compilation failures. However, it immediately does a dnf -y update which upgrades the opencl package to the rhel 9 version that was being avoided. Compilation failures follow at 64% of the way through openvino's code.

The fix is to get rid of the dnf -y update because the image was already updated back at the first use of dnf.

The code "as is" installs opencl-headers from rhel8 because the rhel9 one
leads to compilation failures. However, it immediately does a dnf -y update
which upgrades the opencl package to the rhel 9 version that was being
avoided. Compilation failures follow at 64% of the way through openvino's
code.

The fix is to get rid of the dnf -y update because the image was already
updated back at the first use of dnf.
@stevegrubb
Copy link
Contributor Author

Please cherry-pick this to releases/2025/4, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant