mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-25 11:25:05 +02:00
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.