Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex committed Dec 17, 2024
1 parent 4f3e923 commit 7038aff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions devops/scripts/install_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ InstallIGFX () {
#
# Of course, this also installed the libopencl-clang so that we can copy and use later as a temporariy workaround.
IS_IGC_DEV=$(CheckIGCdevTag $IGCTAG)
UBUNTU_VER="u22\.04"
if [ "$IS_IGC_DEV" == "Yes" ] || [ "$L0_TAG" == "latest" ]; then
UBUNTU_VER="u24\.04"
fi
UBUNTU_VER="u24\.04"
get_release intel/intel-graphics-compiler $IGC_TAG \
| grep ".*deb" \
| wget -qi -
Expand Down

0 comments on commit 7038aff

Please sign in to comment.