Commit c6209fd 1 parent 7178bf8 commit c6209fd Copy full SHA for c6209fd
File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 37
37
- run :
38
38
name : Install env using main channel
39
39
command : |
40
- conda install -y -q python=3.11 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64=11.2 sysroot_linux-64
40
+ conda install -y -q python=3.11 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64
41
41
- run :
42
42
name : Build all targets
43
43
no_output_timeout : 30m
Original file line number Diff line number Diff line change 38
38
# install base packages for X86_64
39
39
if [ "${{ runner.arch }}" = "X64" ]; then
40
40
# TODO: unpin versions for gxx_linux-64 and sysroot_linux-64 and merge it with ARM64 below
41
- conda install -y -q -c conda-forge gxx_linux-64=11.2 sysroot_linux-64=2.28
41
+ conda install -y -q -c conda-forge gxx_linux-64 sysroot_linux-64
42
42
conda install -y -q mkl=2023 mkl-devel=2023
43
43
fi
44
44
Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ jobs:
164
164
with :
165
165
label : main
166
166
cuda : " 11.4.4"
167
- compiler_version : " 11.2"
168
167
linux-x86_64-GPU-RAFT-packages-CUDA11-8-0 :
169
168
name : Linux x86_64 GPU w/ RAFT packages (CUDA 11.8.0)
170
169
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
@@ -182,7 +181,6 @@ jobs:
182
181
label : main
183
182
raft : " ON"
184
183
cuda : " 11.8.0"
185
- compiler_version : " 11.2"
186
184
linux-x86_64-GPU-packages-CUDA-12-1-1 :
187
185
name : Linux x86_64 GPU packages (CUDA 12.1.1)
188
186
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
@@ -199,7 +197,6 @@ jobs:
199
197
with :
200
198
label : main
201
199
cuda : " 12.1.1"
202
- compiler_version : " 11.2"
203
200
linux-x86_64-GPU-RAFT-packages-CUDA12-1-1 :
204
201
name : Linux x86_64 GPU w/ RAFT packages (CUDA 12.1.1)
205
202
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
@@ -217,7 +214,6 @@ jobs:
217
214
label : main
218
215
raft : " ON"
219
216
cuda : " 12.1.1"
220
- compiler_version : " 11.2"
221
217
windows-x86_64-packages :
222
218
name : Windows x86_64 packages
223
219
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments