Skip to content

Commit 1add463

Browse files
Diptorup DebZzEeKkAa
authored andcommitted
Update oneapi gdb* to 2024.1
1 parent aef7fb9 commit 1add463

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
activate-environment: "test"
125125
channels: ${{ env.CHANNELS }}
126126
channel-priority: "disabled"
127-
dependencies: "conda-index;pytest-cov;conda-tree"
127+
dependencies: "conda-index;pytest-cov;pexpect;conda-tree"
128128
environment-file: environment/conda-package-test.yml
129129

130130
- name: Store conda paths as envs
@@ -229,13 +229,12 @@ jobs:
229229
- name: Run gdb tests
230230
if: ${{ matrix.scope == 'gdb' }}
231231
env:
232-
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
233-
GDB_INSTALLER: l_dpcpp_dbg_p_2024.0.1.9_offline.sh
232+
GDB_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fc87666c-d626-47bc-a861-a1578d2ecbd3/l_dpcpp_dbg_p_2024.1.0.439_offline.sh
233+
GDB_INSTALLER: l_dpcpp_dbg_p_2024.1.0.439_offline.sh
234234
# To read gdb communication in case test fails to determine what the
235235
# issue is
236236
NUMBA_DPEX_TESTING_LOG_DEBUGGING: 1
237237
run: |
238-
conda install pexpect
239238
wget -nc -q ${{ env.GDB_URL }}
240239
chmod +x ${{ env.GDB_INSTALLER }}
241240
mkdir /tmp/gdb

0 commit comments

Comments
 (0)