From 7314857b3812f93764c074094378a729e3b75987 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Fri, 10 Jan 2025 11:14:39 -0800 Subject: [PATCH] test Signed-off-by: Sarnie, Nick --- devops/scripts/install_drivers.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devops/scripts/install_drivers.sh b/devops/scripts/install_drivers.sh index 570f78091d9f2..bf43bb8b09656 100755 --- a/devops/scripts/install_drivers.sh +++ b/devops/scripts/install_drivers.sh @@ -148,7 +148,8 @@ InstallIGFX () { # opencl-clang repo does not provide release deb package either. # Backup and install it from release igc as a temporarily workaround # while we working to resolve the issue. - echo "Backup libopencl-clang" + echo "Backup libopencl-clang" + sleep infinity cp -d /usr/local/lib/libopencl-clang.so.14* . echo "Download IGC dev git hash $IGC_DEV_VER" get_pre_release_igfx $IGC_DEV_URL $IGC_DEV_VER