Files
ProxmoxVE/misc
CanbiZ (MickLesk) f9051ca9c0 fix(gpu): pin IGC version to compute-runtime compatible tag
intel-igc-core and intel-igc-opencl were fetched from
intel/intel-graphics-compiler at 'latest' independently, which could
install a version newer than what compute-runtime supports (e.g. IGC
2.32.7 vs compute-runtime expecting < 2.30.1), breaking apt deps for
intel-opencl-icd and libze-intel-gpu1 on Debian Trixie/Sid.

Add _resolve_igc_tag() helper that parses the IGC tag from the
compute-runtime release notes in /tmp/gh_rel.json (already written by
fetch_and_deploy_gh_release). Use it in _setup_intel_arc(),
_setup_intel_modern(), and ct/jellyfin.sh update_script() to always
install the IGC version that compute-runtime was built against.
2026-04-17 15:44:34 +02:00
..