Skip to content

Commit af4fec4

Browse files
committed
Running LDD with LD_LIBRARY_PATH to compiler
1 parent 256d0d6 commit af4fec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
sudo readelf -d /opt/intel/oneapi/mkl/2025.1/lib/libmkl_sycl_vm.so.5
6363
echo "Searching for libsycl:"
6464
sudo find /opt/intel/oneapi -name "libsycl.so*"
65+
echo "Running LDD with LD_LIBRARY_PATH to compiler:"
66+
sudo LD_LIBRARY_PATH="/opt/intel/oneapi/compiler/2025.1/lib" ldd /opt/intel/oneapi/mkl/2025.1/lib/libmkl_sycl_vm.so.5
6567
6668
- name: Install Lcov
6769
run: |

0 commit comments

Comments
 (0)