Commit a3adce5
authored
Fix libclang download for Rust, CUDA initialization for C tests (rapidsai#1652)
Searching in `/opt/conda` for libclang was causing it to sometimes find libclang in the package directory instead of the environment. Search the environment only.
Also initialize CUDA architectures for C tests in case `$CUDAARCHS` is set to `RAPIDS`.
Authors:
- Kyle Edwards (https://github.com/KyleFromNVIDIA)
Approvers:
- Divye Gala (https://github.com/divyegala)
- Dante Gama Dessavre (https://github.com/dantegd)
- Bradley Dice (https://github.com/bdice)
URL: rapidsai#16521 parent 8262fe6 commit a3adce5
File tree
5 files changed
+6
-4
lines changed- .github/workflows
- ci
- c
- examples/rust
5 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments