Skip to content

Commit 7038aff

Browse files
committed
script
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 4f3e923 commit 7038aff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

devops/scripts/install_drivers.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@ InstallIGFX () {
120120
#
121121
# Of course, this also installed the libopencl-clang so that we can copy and use later as a temporariy workaround.
122122
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
123+
UBUNTU_VER="u24\.04"
127124
get_release intel/intel-graphics-compiler $IGC_TAG \
128125
| grep ".*deb" \
129126
| wget -qi -

0 commit comments

Comments
 (0)