Commit 89021ea 1 parent 8b5895f commit 89021ea Copy full SHA for 89021ea
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 29
29
echo "$CONDA/bin" >> $GITHUB_PATH
30
30
31
31
# install base packages
32
- conda install -y -q -c conda-forge gxx_linux-64=11.2 sysroot_linux-64=2.28
32
+ conda install -y -q -c conda-forge gxx_linux-64 sysroot_linux-64
33
33
conda install -y -q python=3.11 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest
34
34
35
35
# install CUDA packages
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ jobs:
151
151
with :
152
152
label : main
153
153
cuda : " 11.4.4"
154
- compiler_version : " 11.2"
155
154
linux-x86_64-GPU-RAFT-packages-CUDA11-8-0 :
156
155
name : Linux x86_64 GPU w/ RAFT packages (CUDA 11.8.0)
157
156
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
@@ -169,7 +168,6 @@ jobs:
169
168
label : main
170
169
raft : " ON"
171
170
cuda : " 11.8.0"
172
- compiler_version : " 11.2"
173
171
linux-x86_64-GPU-packages-CUDA-12-1-1 :
174
172
name : Linux x86_64 GPU packages (CUDA 12.1.1)
175
173
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
@@ -186,7 +184,6 @@ jobs:
186
184
with :
187
185
label : main
188
186
cuda : " 12.1.1"
189
- compiler_version : " 11.2"
190
187
linux-x86_64-GPU-RAFT-packages-CUDA12-1-1 :
191
188
name : Linux x86_64 GPU w/ RAFT packages (CUDA 12.1.1)
192
189
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
@@ -204,7 +201,6 @@ jobs:
204
201
label : main
205
202
raft : " ON"
206
203
cuda : " 12.1.1"
207
- compiler_version : " 11.2"
208
204
windows-x86_64-packages :
209
205
name : Windows x86_64 packages
210
206
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments