Skip to content

Commit cba1a7b

Browse files
committed
test-adapter-level_zero debug .
1 parent b064b27 commit cba1a7b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ur-build-hw.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ jobs:
223223
# This is to check that install command does not fail
224224
run: cmake --install ${{ env.CURRENT_DIR }}/build
225225

226-
- name: Run ldd on libur_* libraries
227-
run: |
228-
cd ${{ env.CURRENT_DIR }}
229-
pwd
230-
ls
231-
cd build
232-
pwd
233-
ls
234-
ldd lib/libur_*
226+
# - name: Run ldd on libur_* libraries
227+
# run: |
228+
# cd ${{ env.CURRENT_DIR }}
229+
# pwd
230+
# ls
231+
# cd build
232+
# pwd
233+
# ls
234+
# ldd lib/libur_*
235235

236236
# - name: Check if GPU is avaliable
237237
# run: |

0 commit comments

Comments
 (0)