We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3e923 commit 7038affCopy full SHA for 7038aff
devops/scripts/install_drivers.sh
@@ -120,10 +120,7 @@ InstallIGFX () {
120
#
121
# Of course, this also installed the libopencl-clang so that we can copy and use later as a temporariy workaround.
122
IS_IGC_DEV=$(CheckIGCdevTag $IGCTAG)
123
- UBUNTU_VER="u22\.04"
124
- if [ "$IS_IGC_DEV" == "Yes" ] || [ "$L0_TAG" == "latest" ]; then
125
- UBUNTU_VER="u24\.04"
126
- fi
+ UBUNTU_VER="u24\.04"
127
get_release intel/intel-graphics-compiler $IGC_TAG \
128
| grep ".*deb" \
129
| wget -qi -
0 commit comments