Skip to content

Commit f2489c7

Browse files
committed
Add gdb logs
1 parent ae4316b commit f2489c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ jobs:
256256
env:
257257
GDB_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/72038301-92f9-4db2-8fe0-db1fe9e9bca9/l_dpcpp_dbg_p_2024.0.1.9_offline.sh
258258
GDB_INSTALLER: l_dpcpp_dbg_p_2024.0.1.9_offline.sh
259+
# To read gdb communication in case test fails to determine what the
260+
# issue is
261+
NUMBA_DPEX_TESTING_LOG_DEBUGGING: 1
259262
run: |
260263
conda install pexpect
261264
wget -nc -q ${{ env.GDB_URL }}

0 commit comments

Comments
 (0)