Skip to content

Commit

Permalink
[CI] Fix level_zero deb file name in install_drivers.sh script (#15500)
Browse files Browse the repository at this point in the history
Level Zero started building for ubuntu 24.04 as well as 22.04, so we
need to update our script to download the 22.04 one, as we use 22.04 for
our docker images.

See https://github.com/oneapi-src/level-zero/releases/tag/v1.17.44

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Sep 25, 2024
1 parent af8361c commit 68e03e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/scripts/install_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ InstallIGFX () {
| grep -v "u18" \
| wget -qi -
get_release oneapi-src/level-zero $L0_TAG \
| grep ".*deb" \
| grep ".*u22\.04.*deb" \
| wget -qi -
dpkg -i *.deb && rm *.deb *.sum
IS_IGC_DEV=$(CheckIGCdevTag $IGCTAG)
Expand Down

0 comments on commit 68e03e8

Please sign in to comment.