Skip to content

Commit 68e03e8

Browse files
authored
[CI] Fix level_zero deb file name in install_drivers.sh script (#15500)
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 <[email protected]>
1 parent af8361c commit 68e03e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/install_drivers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ InstallIGFX () {
128128
| grep -v "u18" \
129129
| wget -qi -
130130
get_release oneapi-src/level-zero $L0_TAG \
131-
| grep ".*deb" \
131+
| grep ".*u22\.04.*deb" \
132132
| wget -qi -
133133
dpkg -i *.deb && rm *.deb *.sum
134134
IS_IGC_DEV=$(CheckIGCdevTag $IGCTAG)

0 commit comments

Comments
 (0)