Skip to content

Commit 5ad90b7

Browse files
committed
fix script
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 283253b commit 5ad90b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devops/scripts/install_drivers.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ InstallIGFX () {
137137
# Backup and install it from release igc as a temporarily workaround
138138
# while we working to resolve the issue.
139139
echo "Backup libopencl-clang"
140-
cp -d /usr/local/lib/libopencl-clang2.so.14* .
140+
cp -d /usr/local/lib/libopencl-clang2.so.15* .
141141
echo "Download IGC dev git hash $IGC_DEV_VER"
142142
get_pre_release_igfx $IGC_DEV_URL $IGC_DEV_VER
143143
echo "Install IGC dev git hash $IGC_DEV_VER"
@@ -146,12 +146,12 @@ InstallIGFX () {
146146
dpkg -i --force-all *.deb
147147
echo "Install libopencl-clang"
148148
# Workaround only, will download deb and install with dpkg once fixed.
149-
cp -d libopencl-clang2.so.14* /usr/local/lib/
149+
cp -d libopencl-clang2.so.15* /usr/local/lib/
150150
rm /usr/local/lib/libigc.so /usr/local/lib/libigc.so.1* && \
151151
ln -s /usr/local/lib/libigc.so.2 /usr/local/lib/libigc.so && \
152152
ln -s /usr/local/lib/libigc.so.2 /usr/local/lib/libigc.so.1
153153
echo "Clean up"
154-
rm *.deb libopencl-clang2.so.14*
154+
rm *.deb libopencl-clang2.so.15*
155155
echo "$IGC_DEV_TAG" > /usr/local/lib/igc/IGCTAG.txt
156156
fi
157157
}

0 commit comments

Comments
 (0)